Skip to content

Latest commit

 

History

History
43 lines (36 loc) · 1.38 KB

File metadata and controls

43 lines (36 loc) · 1.38 KB
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

appManagementPolicyActorExemptions resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Represents a collection of exemptions from the enforcement of identifierUri restrictions on an app management policy.

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