Microsoft Graph · Schema

microsoft.graph.accessPackageResourceRole

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphaccesspackageresourcerole-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.accessPackageResourceRole",
  "title": "microsoft.graph.accessPackageResourceRole",
  "allOf": [
    {
      "$ref": "#/components/schemas/microsoft.graph.entity"
    },
    {
      "title": "accessPackageResourceRole",
      "required": [
        "@odata.type"
      ],
      "type": "object",
      "properties": {
        "description": {
          "type": "string",
          "description": "A description for the resource role.",
          "nullable": true
        },
        "displayName": {
          "type": "string",
          "description": "The display name of the resource role such as the role defined by the application.",
          "nullable": true
        },
        "originId": {
          "type": "string",
          "description": "The unique identifier of the resource role in the origin system. For a SharePoint Online site, the originId is the sequence number of the role in the site.",
          "nullable": true
        },
        "originSystem": {
          "type": "string",
          "description": "The type of the resource in the origin system, such as SharePointOnline, AadApplication, or AadGroup.",
          "nullable": true
        },
        "resource": {
          "anyOf": [
            {
              "$ref": "#/components/schemas/microsoft.graph.accessPackageResource"
            },
            {
              "type": "object",
              "nullable": true
            }
          ],
          "x-ms-navigationProperty": true
        },
        "@odata.type": {
          "type": "string"
        }
      }
    }
  ],
  "x-ms-discriminator-value": "#microsoft.graph.accessPackageResourceRole"
}