Microsoft Graph · Schema

sensitivityLabelAssignment

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks

Properties

Name Type Description
assignmentMethod object
sensitivityLabelId string The unique identifier for the sensitivity label assigned to the file.
tenantId string The unique identifier for the tenant that hosts the file when this label is applied.
@odata.type string
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphsensitivitylabelassignment-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.sensitivityLabelAssignment",
  "title": "sensitivityLabelAssignment",
  "required": [
    "@odata.type"
  ],
  "type": "object",
  "properties": {
    "assignmentMethod": {
      "$ref": "#/components/schemas/microsoft.graph.sensitivityLabelAssignmentMethod"
    },
    "sensitivityLabelId": {
      "type": "string",
      "description": "The unique identifier for the sensitivity label assigned to the file."
    },
    "tenantId": {
      "type": "string",
      "description": "The unique identifier for the tenant that hosts the file when this label is applied."
    },
    "@odata.type": {
      "type": "string"
    }
  }
}