managedAppPolicy 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.

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

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.
roleScopeTagIds String collection List of Scope Tags for this Entity instance.
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)",
  "roleScopeTagIds": [
    "String"
  ],
  "id": "String (identifier)",
  "version": "String"
}