Microsoft Graph · Schema

unifiedRole

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks

Properties

Name Type Description
roleDefinitionId string The unified role definition ID of the directory role. Refer to unifiedRoleDefinition resource.
@odata.type string
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphunifiedrole-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.unifiedRole",
  "title": "unifiedRole",
  "required": [
    "@odata.type"
  ],
  "type": "object",
  "properties": {
    "roleDefinitionId": {
      "type": "string",
      "description": "The unified role definition ID of the directory role. Refer to unifiedRoleDefinition resource."
    },
    "@odata.type": {
      "type": "string"
    }
  }
}