managedAppPolicy resource type
Namespace: microsoft.graph
Note: The Microsoft Graph API for Intune requires an active Intune license for the tenant.
The ManagedAppPolicy resource represents a base type for platform specific policies.
Methods
Method | Return Type | Description |
---|---|---|
List managedAppPolicies | managedAppPolicy collection | List properties and relationships of the managedAppPolicy objects. |
Get managedAppPolicy | managedAppPolicy | Read properties and relationships of the managedAppPolicy object. |
targetApps action | None | Not yet documented |
Properties
Property | Type | Description |
---|---|---|
displayName | String | Policy display name. |
description | String | The policy's description. |
createdDateTime | DateTimeOffset | The date and time the policy was created. |
lastModifiedDateTime | DateTimeOffset | Last time the policy was modified. |
id | String | Key of the entity. |
version | String | Version of the entity. |
Relationships
None
JSON Representation
Here is a JSON representation of the resource.
{
"@odata.type": "#microsoft.graph.managedAppPolicy",
"displayName": "String",
"description": "String",
"createdDateTime": "String (timestamp)",
"lastModifiedDateTime": "String (timestamp)",
"id": "String (identifier)",
"version": "String"
}