Microsoft Graph · Schema

cloudPcUserRoleScopeTagInfo

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks

Properties

Name Type Description
displayName string Scope tag display name.
roleScopeTagId string Scope tag identity.
@odata.type string
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphcloudpcuserrolescopetaginfo-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.cloudPcUserRoleScopeTagInfo",
  "title": "cloudPcUserRoleScopeTagInfo",
  "required": [
    "@odata.type"
  ],
  "type": "object",
  "properties": {
    "displayName": {
      "type": "string",
      "description": "Scope tag display name."
    },
    "roleScopeTagId": {
      "type": "string",
      "description": "Scope tag identity."
    },
    "@odata.type": {
      "type": "string"
    }
  }
}