accessReviewInstanceDecisionItemResource resource type
Namespace: microsoft.graph
Every decision item in an access review represents a principal's access to a resource. The resource is identified by an accessReviewInstanceDecisionItemResource object.
accessReviewInstanceDecisionItemResource is an open type that allows for other properties to be passed in and is the base type for the following resources: accessReviewInstanceDecisionItemAccessPackageAssignmentPolicyResource, accessReviewInstanceDecisionItemAzureRoleResource, and accessReviewInstanceDecisionItemServicePrincipalResource.
Properties
Property | Type | Description |
---|---|---|
displayName | String | Display name of the resource |
id | String | Identifier of the resource |
type | String | Type of resource. Types include: Group , ServicePrincipal , DirectoryRole , AzureRole , AccessPackageAssignmentPolicy . |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.accessReviewInstanceDecisionItemResource",
"displayName": "String",
"id": "String (identifier)",
"type": "String"
}