windowsManagementApp resource type
Namespace: microsoft.graph
Important: Microsoft Graph APIs under the /beta version are subject to change; production use is not supported.
Note: The Microsoft Graph API for Intune requires an active Intune license for the tenant.
Windows management app entity.
Methods
Method | Return Type | Description |
---|---|---|
Get windowsManagementApp | windowsManagementApp | Read properties and relationships of the windowsManagementApp object. |
Update windowsManagementApp | windowsManagementApp | Update the properties of a windowsManagementApp object. |
setAsManagedInstaller action | None | Set the Managed Installer status for the caller tenant |
Properties
Property | Type | Description |
---|---|---|
id | String | Unique Identifier for the Windows management app |
availableVersion | String | Windows management app available version. |
managedInstaller | managedInstallerStatus | Managed Installer Status. Possible values are: disabled , enabled . |
managedInstallerConfiguredDateTime | String | Managed Installer Configured Date Time |
Relationships
Relationship | Type | Description |
---|---|---|
healthStates | windowsManagementAppHealthState collection | The list of health states for installed Windows management app. |
JSON Representation
Here is a JSON representation of the resource.
{
"@odata.type": "#microsoft.graph.windowsManagementApp",
"id": "String (identifier)",
"availableVersion": "String",
"managedInstaller": "String",
"managedInstallerConfiguredDateTime": "String"
}