Microsoft Graph · Schema

microsoft.graph.unifiedRoleEligibilityScheduleInstance

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphunifiedroleeligibilityscheduleinstance-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.unifiedRoleEligibilityScheduleInstance",
  "title": "microsoft.graph.unifiedRoleEligibilityScheduleInstance",
  "allOf": [
    {
      "$ref": "#/components/schemas/microsoft.graph.unifiedRoleScheduleInstanceBase"
    },
    {
      "title": "unifiedRoleEligibilityScheduleInstance",
      "required": [
        "@odata.type"
      ],
      "type": "object",
      "properties": {
        "endDateTime": {
          "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 end date of the schedule instance.",
          "format": "date-time",
          "nullable": true
        },
        "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
        },
        "roleEligibilityScheduleId": {
          "type": "string",
          "description": "The identifier of the unifiedRoleEligibilitySchedule object from which this instance was created. Supports $filter (eq, ne).",
          "nullable": true
        },
        "startDateTime": {
          "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": "When this instance starts.",
          "format": "date-time",
          "nullable": true
        },
        "@odata.type": {
          "type": "string"
        }
      }
    }
  ],
  "x-ms-discriminator-value": "#microsoft.graph.unifiedRoleEligibilityScheduleInstance"
}