{
"$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"
}
}
}