Microsoft Graph · Schema

microsoft.graph.deviceAndAppManagementRoleDefinition

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphdeviceandappmanagementroledefinition-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.deviceAndAppManagementRoleDefinition",
  "title": "microsoft.graph.deviceAndAppManagementRoleDefinition",
  "allOf": [
    {
      "$ref": "#/components/schemas/microsoft.graph.roleDefinition"
    },
    {
      "title": "deviceAndAppManagementRoleDefinition",
      "required": [
        "@odata.type"
      ],
      "type": "object",
      "properties": {
        "@odata.type": {
          "type": "string",
          "default": "#microsoft.graph.deviceAndAppManagementRoleDefinition"
        }
      },
      "description": "The Role Definition resource. The role definition is the foundation of role based access in Intune. The role combines an Intune resource such as a Mobile App and associated role permissions such as Create or Read for the resource. There are two types of roles, built-in and custom. Built-in roles cannot be modified. Both built-in roles and custom roles must have assignments to be enforced. Create custom roles if you want to define a role that allows any of the available resources and role permissions to be combined into a single role."
    }
  ],
  "x-ms-discriminator-value": "#microsoft.graph.deviceAndAppManagementRoleDefinition"
}