Modifica

appManagementPolicyActorExemptions resource type

Namespace: microsoft.graph

Important

APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.

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"
    }
  ]
}