Microsoft Graph · Schema

microsoft.graph.labelContentRight

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphlabelcontentright-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.labelContentRight",
  "title": "microsoft.graph.labelContentRight",
  "allOf": [
    {
      "$ref": "#/components/schemas/microsoft.graph.entity"
    },
    {
      "title": "labelContentRight",
      "required": [
        "@odata.type"
      ],
      "type": "object",
      "properties": {
        "cid": {
          "type": "string",
          "description": "The content identifier.",
          "nullable": true
        },
        "format": {
          "type": "string",
          "description": "The content format.",
          "nullable": true
        },
        "rights": {
          "$ref": "#/components/schemas/microsoft.graph.usageRights"
        },
        "label": {
          "$ref": "#/components/schemas/microsoft.graph.sensitivityLabel"
        },
        "@odata.type": {
          "type": "string"
        }
      }
    }
  ],
  "x-ms-discriminator-value": "#microsoft.graph.labelContentRight"
}