{ "$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" } } }