Microsoft Graph · Schema

microsoft.graph.rbacApplication

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphrbacapplication-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.rbacApplication",
  "title": "microsoft.graph.rbacApplication",
  "allOf": [
    {
      "$ref": "#/components/schemas/microsoft.graph.entity"
    },
    {
      "title": "rbacApplication",
      "required": [
        "@odata.type"
      ],
      "type": "object",
      "properties": {
        "resourceNamespaces": {
          "type": "array",
          "items": {
            "$ref": "#/components/schemas/microsoft.graph.unifiedRbacResourceNamespace"
          },
          "x-ms-navigationProperty": true
        },
        "roleAssignments": {
          "type": "array",
          "items": {
            "$ref": "#/components/schemas/microsoft.graph.unifiedRoleAssignment"
          },
          "description": "Resource to grant access to users or groups.",
          "x-ms-navigationProperty": true
        },
        "roleAssignmentScheduleInstances": {
          "type": "array",
          "items": {
            "$ref": "#/components/schemas/microsoft.graph.unifiedRoleAssignmentScheduleInstance"
          },
          "description": "Instances for active role assignments.",
          "x-ms-navigationProperty": true
        },
        "roleAssignmentScheduleRequests": {
          "type": "array",
          "items": {
            "$ref": "#/components/schemas/microsoft.graph.unifiedRoleAssignmentScheduleRequest"
          },
          "description": "Requests for active role assignments to principals through PIM.",
          "x-ms-navigationProperty": true
        },
        "roleAssignmentSchedules": {
          "type": "array",
          "items": {
            "$ref": "#/components/schemas/microsoft.graph.unifiedRoleAssignmentSchedule"
          },
          "description": "Schedules for active role assignment operations.",
          "x-ms-navigationProperty": true
        },
        "roleDefinitions": {
          "type": "array",
          "items": {
            "$ref": "#/components/schemas/microsoft.graph.unifiedRoleDefinition"
          },
          "description": "Resource representing the roles allowed by RBAC providers and the permissions assigned to the roles.",
          "x-ms-navigationProperty": true
        },
        "roleEligibilityScheduleInstances": {
          "type": "array",
          "items": {
            "$ref": "#/components/schemas/microsoft.graph.unifiedRoleEligibilityScheduleInstance"
          },
          "description": "Instances for role eligibility requests.",
          "x-ms-navigationProperty": true
        },
        "roleEligibilityScheduleRequests": {
          "type": "array",
          "items": {
            "$ref": "#/components/schemas/microsoft.graph.unifiedRoleEligibilityScheduleRequest"
          },
          "description": "Requests for role eligibilities for principals through PIM.",
          "x-ms-navigationProperty": true
        },
        "roleEligibilitySchedules": {
          "type": "array",
          "items": {
            "$ref": "#/components/schemas/microsoft.graph.unifiedRoleEligibilitySchedule"
          },
          "description": "Schedules for role eligibility operations.",
          "x-ms-navigationProperty": true
        },
        "@odata.type": {
          "type": "string"
        }
      }
    }
  ],
  "x-ms-discriminator-value": "#microsoft.graph.rbacApplication"
}