{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.unifiedRoleEligibilityScheduleRequest", "title": "microsoft.graph.unifiedRoleEligibilityScheduleRequest", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.request" }, { "title": "unifiedRoleEligibilityScheduleRequest", "required": [ "@odata.type" ], "type": "object", "properties": { "action": { "anyOf": [ { "$ref": "#/components/schemas/microsoft.graph.unifiedRoleScheduleRequestActions" }, { "type": "object", "nullable": true } ], "description": "Represents the type of operation on the role eligibility request. The possible values are: adminAssign, adminUpdate, adminRemove, selfActivate, selfDeactivate, adminExtend, adminRenew, selfExtend, selfRenew, unknownFutureValue. adminAssign: For administrators to assign eligible roles to principals.adminRemove: For administrators to remove eligible roles from principals. adminUpdate: For administrators to change existing role eligibilities.adminExtend: For administrators to extend expiring role eligibilities.adminRenew: For administrators to renew expired eligibilities.selfActivate: For users to activate their assignments.selfDeactivate: For users to deactivate their active assignments.selfExtend: For users to request to extend their expiring assignments.selfRenew: For users to request to renew their expired assignments." }, "appScopeId": { "type": "string", "description": "Identifier of the app-specific scope when the role eligibility is scoped to an app. The scope of a role eligibility determines the set of resources for which the principal is eligible to access. App scopes are scopes that are defined and understood by this application only. Use / for tenant-wide app scopes. Use directoryScopeId to limit the scope to particular directory objects, for example, administrative units. Supports $filter (eq, ne, and on null values).", "nullable": true }, "directoryScopeId": { "type": "string", "description": "Identifier of the directory object representing the scope of the role eligibility. The scope of a role eligibility determines the set of resources for which the principal has been granted access. Directory scopes are shared scopes stored in the directory that are understood by multiple applications. Use / for tenant-wide scope. Use appScopeId to limit the scope to an application only. Supports $filter (eq, ne, and on null values).", "nullable": true }, "isValidationOnly": { "type": "boolean", "description": "Determines whether the call is a validation or an actual call. Only set this property if you want to check whether an activation is subject to additional rules like MFA before actually submitting the request.", "nullable": true }, "justification": { "type": "string", "description": "A message provided by users and administrators when create they create the unifiedRoleEligibilityScheduleRequest object.", "nullable": true }, "principalId": { "type": "string", "description": "Identifier of the principal that has been granted the role eligibility. Can be a user or a role-assignable group. You can grant only active assignments service principals.Supports $filter (eq, ne).", "nullable": true }, "roleDefinitionId": { "type": "string", "description": "Identifier of the unifiedRoleDefinition object that is being assigned to the principal. 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. Recurring schedules are currently unsupported." }, "targetScheduleId": { "type": "string", "description": "Identifier of the schedule object that's linked to the eligibility request. Supports $filter (eq, ne).", "nullable": true }, "ticketInfo": { "anyOf": [ { "$ref": "#/components/schemas/microsoft.graph.ticketInfo" }, { "type": "object", "nullable": true } ], "description": "Ticket details linked to the role eligibility request including details of the ticket number and ticket system. Optional." }, "appScope": { "anyOf": [ { "$ref": "#/components/schemas/microsoft.graph.appScope" }, { "type": "object", "nullable": true } ], "description": "Read-only property with details of the app-specific scope when the role eligibility is scoped to an app. Nullable. Supports $expand.", "x-ms-navigationProperty": true }, "directoryScope": { "anyOf": [ { "$ref": "#/components/schemas/microsoft.graph.directoryObject" }, { "type": "object", "nullable": true } ], "description": "The directory object that is the scope of the role eligibility. Read-only. Supports $expand.", "x-ms-navigationProperty": true }, "principal": { "anyOf": [ { "$ref": "#/components/schemas/microsoft.graph.directoryObject" }, { "type": "object", "nullable": true } ], "description": "The principal that's getting a role eligibility through the request. Supports $expand.", "x-ms-navigationProperty": true }, "roleDefinition": { "anyOf": [ { "$ref": "#/components/schemas/microsoft.graph.unifiedRoleDefinition" }, { "type": "object", "nullable": true } ], "description": "Detailed information for the unifiedRoleDefinition object that is referenced through the roleDefinitionId property. Supports $expand.", "x-ms-navigationProperty": true }, "targetSchedule": { "anyOf": [ { "$ref": "#/components/schemas/microsoft.graph.unifiedRoleEligibilitySchedule" }, { "type": "object", "nullable": true } ], "description": "The schedule for a role eligibility that is referenced through the targetScheduleId property. Supports $expand.", "x-ms-navigationProperty": true }, "@odata.type": { "type": "string" } } } ], "x-ms-discriminator-value": "#microsoft.graph.unifiedRoleEligibilityScheduleRequest" }