Microsoft Graph · Schema

teamsAppResourceSpecificPermission

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks

Properties

Name Type Description
permissionType object The type of resource-specific permission.
permissionValue string The name of the resource-specific permission.
@odata.type string
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphteamsappresourcespecificpermission-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.teamsAppResourceSpecificPermission",
  "title": "teamsAppResourceSpecificPermission",
  "required": [
    "@odata.type"
  ],
  "type": "object",
  "properties": {
    "permissionType": {
      "anyOf": [
        {
          "$ref": "#/components/schemas/microsoft.graph.teamsAppResourceSpecificPermissionType"
        },
        {
          "type": "object",
          "nullable": true
        }
      ],
      "description": "The type of resource-specific permission."
    },
    "permissionValue": {
      "type": "string",
      "description": "The name of the resource-specific permission.",
      "nullable": true
    },
    "@odata.type": {
      "type": "string"
    }
  }
}