Skip to content

Commit f1045d6

Browse files
committed
Add missing sections from the auto-generated doc stubs
1 parent 789885f commit f1045d6

File tree

2 files changed

+34
-7
lines changed

2 files changed

+34
-7
lines changed

api-reference/beta/resources/customSecurityAttributeExemption.md

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,15 @@ Namespace: microsoft.graph
1616

1717
Configuration object to configure a custom security attribute exemption for a restriction on application management policies.
1818

19+
## Methods
20+
|Method|Return type|Description|
21+
|:---|:---|:---|
22+
|[List](../api/appmanagementpolicyactorexemptions-list-customsecurityattributes.md)|[customSecurityAttributeExemption](../resources/customsecurityattributeexemption.md) collection|Get a list of the [customSecurityAttributeExemption](../resources/customsecurityattributeexemption.md) objects and their properties.|
23+
|[Create](../api/appmanagementpolicyactorexemptions-post-customsecurityattributes.md)|[customSecurityAttributeExemption](../resources/customsecurityattributeexemption.md)|Create a new [customSecurityAttributeExemption](../resources/customsecurityattributeexemption.md) object.|
24+
|[Get](../api/customsecurityattributeexemption-get.md)|[customSecurityAttributeExemption](../resources/customsecurityattributeexemption.md)|Read the properties and relationships of a [customSecurityAttributeExemption](../resources/customsecurityattributeexemption.md) object.|
25+
|[Update](../api/customsecurityattributeexemption-update.md)|[customSecurityAttributeExemption](../resources/customsecurityattributeexemption.md)|Update the properties of a [customSecurityAttributeExemption](../resources/customsecurityattributeexemption.md) object.|
26+
|[Delete](../api/appmanagementpolicyactorexemptions-delete-customsecurityattributes.md)|None|Delete a [customSecurityAttributeExemption](../resources/customsecurityattributeexemption.md) object.|
27+
1928
## Properties
2029
| Property | Type | Description |
2130
| :-------------------------| :--------------------------------------------- | :-------------------------- |
@@ -29,13 +38,16 @@ Inherited by [customSecurityAttributeStringValueExemption](customSecurityAttribu
2938
The following JSON representation shows the resource type.
3039
<!-- {
3140
"blockType": "resource",
32-
"@odata.type": "microsoft.graph.customSecurityAttributeStringValueExemption"
41+
"keyProperty": "id",
42+
"@odata.type": "microsoft.graph.customSecurityAttributeExemption",
43+
"baseType": "microsoft.graph.entity",
44+
"openType": false
3345
}
3446
-->
3547
``` json
3648
{
37-
"@odata.type": "#microsoft.graph.customSecurityAttributeStringValueExemption",
38-
"id": "String",
49+
"@odata.type": "#microsoft.graph.customSecurityAttributeExemption",
50+
"id": "String (identifier)",
3951
"operator": "String"
4052
}
4153
```

api-reference/beta/resources/customSecurityAttributeStringValueExemption.md

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,23 @@ Namespace: microsoft.graph
1616

1717
Configuration object to configure a custom security attribute exemption for a restriction on application management policies.
1818

19+
Inherits from [customSecurityAttributeExemption](../resources/customsecurityattributeexemption.md).
20+
21+
<!-- The direct access methods are not functional in the underlying Service. Excluding them until they are operational.
22+
## Methods
23+
|Method|Return type|Description|
24+
|:---|:---|:---|
25+
|[List](../api/customsecurityattributestringvalueexemption-list.md)|[customSecurityAttributeStringValueExemption](../resources/customsecurityattributestringvalueexemption.md) collection|Get a list of the [customSecurityAttributeStringValueExemption](../resources/customsecurityattributestringvalueexemption.md) objects and their properties.|
26+
|[Get](../api/customsecurityattributestringvalueexemption-get.md)|[customSecurityAttributeStringValueExemption](../resources/customsecurityattributestringvalueexemption.md)|Read the properties and relationships of a [customSecurityAttributeStringValueExemption](../resources/customsecurityattributestringvalueexemption.md) object.|
27+
|[Update](../api/customsecurityattributestringvalueexemption-update.md)|[customSecurityAttributeStringValueExemption](../resources/customsecurityattributestringvalueexemption.md)|Update the properties of a [customSecurityAttributeStringValueExemption](../resources/customsecurityattributestringvalueexemption.md) object.|
28+
|[Delete](../api/customsecurityattributestringvalueexemption-delete.md)|None|Delete a [customSecurityAttributeStringValueExemption](../resources/customsecurityattributestringvalueexemption.md) object.|
29+
-->
30+
1931
## Properties
2032
| Property | Type | Description |
2133
| :-------------------------| :--------------------------------------------- | :-------------------------- |
22-
| id | string | Unique identifier with combination of the custom security attribute set name and attribute name. , `AttributeSetName_AttributeName` |
23-
| 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. |
34+
| id | string | Unique identifier with combination of the custom security attribute set name and attribute name. , `AttributeSetName_AttributeName`. Inherited from [entity](../resources/entity.md). |
35+
| operator | customSecurityAttributeComparisonOperator | Inherited from [customSecurityAttributeExemption](../resources/customsecurityattributeexemption.md).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. |
2436
| value | string | Value representing custom security attribute value to compare against while evaluating the exemption. |
2537

2638
## Relationships
@@ -30,13 +42,16 @@ Inherits from [customSecurityAttributeExemption](customSecurityAttributeExemptio
3042
The following JSON representation shows the resource type.
3143
<!-- {
3244
"blockType": "resource",
33-
"@odata.type": "microsoft.graph.customSecurityAttributeStringValueExemption"
45+
"keyProperty": "id",
46+
"@odata.type": "microsoft.graph.customSecurityAttributeStringValueExemption",
47+
"baseType": "microsoft.graph.customSecurityAttributeExemption",
48+
"openType": false
3449
}
3550
-->
3651
``` json
3752
{
3853
"@odata.type": "#microsoft.graph.customSecurityAttributeStringValueExemption",
39-
"id": "String",
54+
"id": "String (identifier)",
4055
"operator": "String",
4156
"value": "String"
4257
}

0 commit comments

Comments
 (0)