Edit

appManagementPolicyActorExemptions resource type

Namespace: microsoft.graph

Represents a collection of custom security attribute conditions that exempt specific actors (users or service principals) from application management policy restrictions. This object is configured in the excludedActors property of the following resources:

Note

Actors with attributes matching any of the defined custom security attributes in the collection are exempt. The collection in this exemption is limited to 5 attributes.

Properties

Property Type Description
customSecurityAttributes customSecurityAttributeExemption collection The collection of customSecurityAttributeExemption to exempt from the policy enforcement. Limit of 5.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.appManagementPolicyActorExemptions",
  "customSecurityAttributes": [
    {
      "@odata.type": "#microsoft.graph.customSecurityAttributeExemption"
    }
  ]
}