{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/microsoft.graph.unifiedRoleEligibilitySchedule",
"title": "microsoft.graph.unifiedRoleEligibilitySchedule",
"allOf": [
{
"$ref": "#/components/schemas/microsoft.graph.unifiedRoleScheduleBase"
},
{
"title": "unifiedRoleEligibilitySchedule",
"required": [
"@odata.type"
],
"type": "object",
"properties": {
"memberType": {
"type": "string",
"description": "How the role eligibility is inherited. It can either be Inherited, Direct, or Group. It can further imply whether the unifiedRoleEligibilitySchedule can be managed by the caller. Supports $filter (eq, ne).",
"nullable": true
},
"scheduleInfo": {
"anyOf": [
{
"$ref": "#/components/schemas/microsoft.graph.requestSchedule"
},
{
"type": "object",
"nullable": true
}
],
"description": "The period of the role eligibility."
},
"@odata.type": {
"type": "string"
}
}
}
],
"x-ms-discriminator-value": "#microsoft.graph.unifiedRoleEligibilitySchedule"
}