Skip to content

Commit be83887

Browse files
committed
Update missed file from doc-stub
1 parent f1045d6 commit be83887

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

api-reference/beta/resources/customSecurityAttributeExemption.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,12 @@ Namespace: microsoft.graph
1515
[!INCLUDE [beta-disclaimer](../../includes/beta-disclaimer.md)]
1616

1717
Configuration object to configure a custom security attribute exemption for a restriction on application management policies.
18+
This is an abstract type.
1819

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.
1924
## Methods
2025
|Method|Return type|Description|
2126
|:---|:---|:---|
@@ -24,12 +29,13 @@ Configuration object to configure a custom security attribute exemption for a re
2429
|[Get](../api/customsecurityattributeexemption-get.md)|[customSecurityAttributeExemption](../resources/customsecurityattributeexemption.md)|Read the properties and relationships of a [customSecurityAttributeExemption](../resources/customsecurityattributeexemption.md) object.|
2530
|[Update](../api/customsecurityattributeexemption-update.md)|[customSecurityAttributeExemption](../resources/customsecurityattributeexemption.md)|Update the properties of a [customSecurityAttributeExemption](../resources/customsecurityattributeexemption.md) object.|
2631
|[Delete](../api/appmanagementpolicyactorexemptions-delete-customsecurityattributes.md)|None|Delete a [customSecurityAttributeExemption](../resources/customsecurityattributeexemption.md) object.|
32+
-->
2733

2834
## Properties
2935
| Property | Type | Description |
3036
| :-------------------------| :--------------------------------------------- | :-------------------------- |
31-
| 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. |
3339

3440
## Relationships
3541
Inherited by [customSecurityAttributeStringValueExemption](customSecurityAttributeStringValueExemption.md).

0 commit comments

Comments
 (0)