Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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.
Configuration object to configure a custom security attribute exemption for a restriction on application management policies.
Inherits from customSecurityAttributeExemption.
Methods
None.
Properties
| Property | Type | Description |
|---|---|---|
| id | string | Unique identifier with combination of the custom security attribute set name and attribute name. , AttributeSetName_AttributeName. Inherited from entity. |
| operator | customSecurityAttributeComparisonOperator | Inherited from customSecurityAttributeExemption.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. |
| value | string | Value representing custom security attribute value to compare against while evaluating the exemption. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.customSecurityAttributeStringValueExemption",
"id": "String (identifier)",
"operator": "String",
"value": "String"
}