Microsoft Graph · Schema

extractSensitivityLabelsResult

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks

Properties

Name Type Description
labels array List of sensitivity labels assigned to a file.
@odata.type string
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphextractsensitivitylabelsresult-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.extractSensitivityLabelsResult",
  "title": "extractSensitivityLabelsResult",
  "required": [
    "@odata.type"
  ],
  "type": "object",
  "properties": {
    "labels": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/microsoft.graph.sensitivityLabelAssignment"
      },
      "description": "List of sensitivity labels assigned to a file."
    },
    "@odata.type": {
      "type": "string"
    }
  }
}