Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: microsoft.graph
In an accessReviewInstanceDecisionItem, the resource property can contain an accessReviewInstanceDecisionItemAzureRoleResource object for an Azure role. This open type allows other properties to be passed in.
Inherits from accessReviewInstanceDecisionItemResource.
Properties
| Property | Type | Description |
|---|---|---|
| displayName | String | Display name of the Azure role. Inherited from accessReviewInstanceDecisionItemResource. |
| id | String | Identifier of the decision item resource. Inherited from accessReviewInstanceDecisionItemResource. |
| type | String | Type of resource. Type will always be AzureRole. Inherited from accessReviewInstanceDecisionItemResource. |
| scope | accessReviewInstanceDecisionItemResource | Details of the scope this role is associated with. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.accessReviewInstanceDecisionItemAzureRoleResource",
"displayName": "String",
"id": "String (identifier)",
"scope": {
"@odata.type": "microsoft.graph.accessReviewInstanceDecisionItemResource"
},
"type": "String",
}