Microsoft Graph · Schema

resourcePermission

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks

Properties

Name Type Description
type string
value string
@odata.type string
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphresourcepermission-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.resourcePermission",
  "title": "resourcePermission",
  "required": [
    "@odata.type"
  ],
  "type": "object",
  "properties": {
    "type": {
      "type": "string"
    },
    "value": {
      "type": "string"
    },
    "@odata.type": {
      "type": "string"
    }
  }
}