Microsoft Graph · Schema
microsoft.graph.privilegedAccessGroup
Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/microsoft.graph.privilegedAccessGroup",
"title": "microsoft.graph.privilegedAccessGroup",
"allOf": [
{
"$ref": "#/components/schemas/microsoft.graph.entity"
},
{
"title": "privilegedAccessGroup",
"required": [
"@odata.type"
],
"type": "object",
"properties": {
"assignmentApprovals": {
"type": "array",
"items": {
"$ref": "#/components/schemas/microsoft.graph.approval"
},
"x-ms-navigationProperty": true
},
"assignmentScheduleInstances": {
"type": "array",
"items": {
"$ref": "#/components/schemas/microsoft.graph.privilegedAccessGroupAssignmentScheduleInstance"
},
"description": "The instances of assignment schedules to activate a just-in-time access.",
"x-ms-navigationProperty": true
},
"assignmentScheduleRequests": {
"type": "array",
"items": {
"$ref": "#/components/schemas/microsoft.graph.privilegedAccessGroupAssignmentScheduleRequest"
},
"description": "The schedule requests for operations to create, update, delete, extend, and renew an assignment.",
"x-ms-navigationProperty": true
},
"assignmentSchedules": {
"type": "array",
"items": {
"$ref": "#/components/schemas/microsoft.graph.privilegedAccessGroupAssignmentSchedule"
},
"description": "The assignment schedules to activate a just-in-time access.",
"x-ms-navigationProperty": true
},
"eligibilityScheduleInstances": {
"type": "array",
"items": {
"$ref": "#/components/schemas/microsoft.graph.privilegedAccessGroupEligibilityScheduleInstance"
},
"description": "The instances of eligibility schedules to activate a just-in-time access.",
"x-ms-navigationProperty": true
},
"eligibilityScheduleRequests": {
"type": "array",
"items": {
"$ref": "#/components/schemas/microsoft.graph.privilegedAccessGroupEligibilityScheduleRequest"
},
"description": "The schedule requests for operations to create, update, delete, extend, and renew an eligibility.",
"x-ms-navigationProperty": true
},
"eligibilitySchedules": {
"type": "array",
"items": {
"$ref": "#/components/schemas/microsoft.graph.privilegedAccessGroupEligibilitySchedule"
},
"description": "The eligibility schedules to activate a just-in-time access.",
"x-ms-navigationProperty": true
},
"@odata.type": {
"type": "string"
}
}
}
],
"x-ms-discriminator-value": "#microsoft.graph.privilegedAccessGroup"
}