Microsoft Graph · Schema
microsoft.graph.security.ediscoveryReviewTag
Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/microsoft.graph.security.ediscoveryReviewTag",
"title": "microsoft.graph.security.ediscoveryReviewTag",
"allOf": [
{
"$ref": "#/components/schemas/microsoft.graph.security.tag"
},
{
"title": "ediscoveryReviewTag",
"required": [
"@odata.type"
],
"type": "object",
"properties": {
"childSelectability": {
"anyOf": [
{
"$ref": "#/components/schemas/microsoft.graph.security.childSelectability"
},
{
"type": "object",
"nullable": true
}
],
"description": "Indicates whether a single or multiple child tags can be associated with a document. The possible values are: One, Many. This value controls whether the UX presents the tags as checkboxes or a radio button group."
},
"childTags": {
"type": "array",
"items": {
"$ref": "#/components/schemas/microsoft.graph.security.ediscoveryReviewTag"
},
"description": "Returns the tags that are a child of a tag.",
"x-ms-navigationProperty": true
},
"parent": {
"anyOf": [
{
"$ref": "#/components/schemas/microsoft.graph.security.ediscoveryReviewTag"
},
{
"type": "object",
"nullable": true
}
],
"description": "Returns the parent tag of the specified tag.",
"x-ms-navigationProperty": true
},
"@odata.type": {
"type": "string",
"default": "#microsoft.graph.security.ediscoveryReviewTag"
}
}
}
],
"x-ms-discriminator-value": "#microsoft.graph.security.ediscoveryReviewTag"
}