Microsoft Graph · Schema
accessReviewInstanceDecisionItemResource
Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
Properties
| Name | 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. |
| @odata.type | string |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/microsoft.graph.accessReviewInstanceDecisionItemResource",
"title": "accessReviewInstanceDecisionItemResource",
"required": [
"@odata.type"
],
"type": "object",
"properties": {
"displayName": {
"type": "string",
"description": "Display name of the resource",
"nullable": true
},
"id": {
"type": "string",
"description": "Identifier of the resource",
"nullable": true
},
"type": {
"type": "string",
"description": "Type of resource. Types include: Group, ServicePrincipal, DirectoryRole, AzureRole, AccessPackageAssignmentPolicy.",
"nullable": true
},
"@odata.type": {
"type": "string"
}
},
"discriminator": {
"propertyName": "@odata.type",
"mapping": {
"#microsoft.graph.accessReviewInstanceDecisionItemAccessPackageAssignmentPolicyResource": "#/components/schemas/microsoft.graph.accessReviewInstanceDecisionItemAccessPackageAssignmentPolicyResource",
"#microsoft.graph.accessReviewInstanceDecisionItemAzureRoleResource": "#/components/schemas/microsoft.graph.accessReviewInstanceDecisionItemAzureRoleResource",
"#microsoft.graph.accessReviewInstanceDecisionItemServicePrincipalResource": "#/components/schemas/microsoft.graph.accessReviewInstanceDecisionItemServicePrincipalResource"
}
}
}