| title | appManagementPolicyActorExemptions resource type |
|---|---|
| description | Represents a collection of exemptions from the enforcement of identifierUri restrictions on an app management policy. |
| author | yogesh-randhawa |
| ms.localizationpriority | medium |
| ms.subservice | entra-sign-in |
| doc_type | resourcePageType |
| ms.date | 11/17/2024 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Represents a collection of exemptions from the enforcement of identifierUri restrictions on an app management policy.
| Property | Type | Description |
|---|---|---|
| customSecurityAttributes | customSecurityAttributeExemption collection | The collection of customSecurityAttributeExemption to exempt from the policy enforcement. Limit of 5. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.appManagementPolicyActorExemptions",
"customSecurityAttributes": [
{
"@odata.type": "#microsoft.graph.customSecurityAttributeExemption"
}
]
}