You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Configuration object to configure a custom security attribute exemption for a restriction on application management policies.
18
+
This is an abstract type.
18
19
20
+
21
+
Inherits from [entity](../resources/entity.md).
22
+
23
+
<!-- The direct access methods are not functional in the underlying Service. Excluding them until they are operational.
19
24
## Methods
20
25
|Method|Return type|Description|
21
26
|:---|:---|:---|
@@ -24,12 +29,13 @@ Configuration object to configure a custom security attribute exemption for a re
24
29
|[Get](../api/customsecurityattributeexemption-get.md)|[customSecurityAttributeExemption](../resources/customsecurityattributeexemption.md)|Read the properties and relationships of a [customSecurityAttributeExemption](../resources/customsecurityattributeexemption.md) object.|
25
30
|[Update](../api/customsecurityattributeexemption-update.md)|[customSecurityAttributeExemption](../resources/customsecurityattributeexemption.md)|Update the properties of a [customSecurityAttributeExemption](../resources/customsecurityattributeexemption.md) object.|
26
31
|[Delete](../api/appmanagementpolicyactorexemptions-delete-customsecurityattributes.md)|None|Delete a [customSecurityAttributeExemption](../resources/customsecurityattributeexemption.md) object.|
| id | String | Unique identifier with combination of the custom security attribute set name and attribute name. For example, `AttributeSetName_AttributeName`|
32
-
| operator | customSecurityAttributeComparisonOperator | 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. |
37
+
| id | String | Unique identifier with combination of the custom security attribute set name and attribute name. For example, `AttributeSetName_AttributeName`. Inherited from [entity](../resources/entity.md).|
38
+
| 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. |
33
39
34
40
## Relationships
35
41
Inherited by [customSecurityAttributeStringValueExemption](customSecurityAttributeStringValueExemption.md).
0 commit comments