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 identifies the resource associated with the decision item.
An accessReviewInstanceDecisionItemResource object is an open type that allows other properties to be passed in and is the base type for the following resources:
- accessReviewInstanceDecisionItemAccessPackageAssignmentPolicyResource
- accessReviewInstanceDecisionItemAzureRoleResource
- 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"
}