Microsoft Graph · Schema
microsoft.graph.delegatedAdminAccessAssignment
Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/microsoft.graph.delegatedAdminAccessAssignment",
"title": "microsoft.graph.delegatedAdminAccessAssignment",
"allOf": [
{
"$ref": "#/components/schemas/microsoft.graph.entity"
},
{
"title": "delegatedAdminAccessAssignment",
"required": [
"@odata.type"
],
"type": "object",
"properties": {
"accessContainer": {
"$ref": "#/components/schemas/microsoft.graph.delegatedAdminAccessContainer"
},
"accessDetails": {
"$ref": "#/components/schemas/microsoft.graph.delegatedAdminAccessDetails"
},
"createdDateTime": {
"pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$",
"type": "string",
"description": "The date and time in ISO 8601 format and in UTC time when the access assignment was created. Read-only.",
"format": "date-time",
"nullable": true
},
"lastModifiedDateTime": {
"pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$",
"type": "string",
"description": "The date and time in ISO 8601 and in UTC time when this access assignment was last modified. Read-only.",
"format": "date-time",
"nullable": true
},
"status": {
"anyOf": [
{
"$ref": "#/components/schemas/microsoft.graph.delegatedAdminAccessAssignmentStatus"
},
{
"type": "object",
"nullable": true
}
],
"description": "The status of the access assignment. Read-only. The possible values are: pending, active, deleting, deleted, error, unknownFutureValue."
},
"@odata.type": {
"type": "string"
}
}
}
],
"x-ms-discriminator-value": "#microsoft.graph.delegatedAdminAccessAssignment"
}