Microsoft Graph · Schema
microsoft.graph.sensitivityLabel
Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/microsoft.graph.sensitivityLabel",
"title": "microsoft.graph.sensitivityLabel",
"allOf": [
{
"$ref": "#/components/schemas/microsoft.graph.entity"
},
{
"title": "sensitivityLabel",
"required": [
"@odata.type"
],
"type": "object",
"properties": {
"actionSource": {
"anyOf": [
{
"$ref": "#/components/schemas/microsoft.graph.labelActionSource"
},
{
"type": "object",
"nullable": true
}
]
},
"autoTooltip": {
"type": "string",
"nullable": true
},
"description": {
"type": "string",
"nullable": true
},
"displayName": {
"type": "string",
"nullable": true
},
"isDefault": {
"type": "boolean",
"nullable": true
},
"isEndpointProtectionEnabled": {
"type": "boolean",
"nullable": true
},
"isScopedToUser": {
"type": "boolean",
"nullable": true
},
"locale": {
"type": "string",
"nullable": true
},
"name": {
"type": "string",
"nullable": true
},
"priority": {
"maximum": 2147483647,
"minimum": -2147483648,
"type": "number",
"format": "int32",
"nullable": true
},
"toolTip": {
"type": "string",
"nullable": true
},
"rights": {
"anyOf": [
{
"$ref": "#/components/schemas/microsoft.graph.usageRightsIncluded"
},
{
"type": "object",
"nullable": true
}
],
"x-ms-navigationProperty": true
},
"sublabels": {
"type": "array",
"items": {
"$ref": "#/components/schemas/microsoft.graph.sensitivityLabel"
},
"x-ms-navigationProperty": true
},
"@odata.type": {
"type": "string"
}
}
}
],
"x-ms-discriminator-value": "#microsoft.graph.sensitivityLabel"
}