Skip to content

Latest commit

 

History

History
60 lines (48 loc) · 3.49 KB

File metadata and controls

60 lines (48 loc) · 3.49 KB
title customSecurityAttributeExemption resource type
description Configuration object to configure a custom security attribute exemption for a restriction on application management policies.
author yogesh-randhawa
ms.localizationpriority medium
ms.subservice entra-sign-in
doc_type resourcePageType
ms.date 11/17/2024

customSecurityAttributeExemption resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Configuration object to configure a custom security attribute exemption for a restriction on application management policies. This resource is an abstract type from which the customSecurityAttributeStringValueExemption derives.

Inherits from entity.

Methods

None.

Properties

Property Type Description
id String Unique identifier with combination of the custom security attribute set name and attribute name. For example, AttributeSetName_AttributeName. Inherited from entity.
operator customSecurityAttributeComparisonOperator The possible values are: equals, unknownFutureValue. If equals, the customSecurityAttributeExemption value is compared to match the custom security attribute value for the exemption to be applied. The comparison is case sensitive. Not nullable.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.customSecurityAttributeExemption",
  "id": "String",
  "operator": "String"
}