{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.unifiedRoleAssignmentSchedule", "title": "microsoft.graph.unifiedRoleAssignmentSchedule", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.unifiedRoleScheduleBase" }, { "title": "unifiedRoleAssignmentSchedule", "required": [ "@odata.type" ], "type": "object", "properties": { "assignmentType": { "type": "string", "description": "The type of the assignment that can either be Assigned or Activated. Supports $filter (eq, ne).", "nullable": true }, "memberType": { "type": "string", "description": "How the assignment is inherited. It can either be Inherited, Direct, or Group. It can further imply whether the unifiedRoleAssignmentSchedule 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 assignment. It can represent a single occurrence or multiple recurrences." }, "activatedUsing": { "anyOf": [ { "$ref": "#/components/schemas/microsoft.graph.unifiedRoleEligibilitySchedule" }, { "type": "object", "nullable": true } ], "description": "If the request is from an eligible administrator to activate a role, this parameter shows the related eligible assignment for that activation. Otherwise, it's null. Supports $expand.", "x-ms-navigationProperty": true }, "@odata.type": { "type": "string" } } } ], "x-ms-discriminator-value": "#microsoft.graph.unifiedRoleAssignmentSchedule" }