Microsoft Graph · Schema

microsoft.graph.security.departmentTemplate

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphsecuritydepartmenttemplate-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.security.departmentTemplate",
  "title": "microsoft.graph.security.departmentTemplate",
  "allOf": [
    {
      "$ref": "#/components/schemas/microsoft.graph.security.filePlanDescriptorTemplate"
    },
    {
      "title": "departmentTemplate",
      "required": [
        "@odata.type"
      ],
      "type": "object",
      "properties": {
        "@odata.type": {
          "type": "string"
        }
      }
    }
  ],
  "x-ms-discriminator-value": "#microsoft.graph.security.departmentTemplate"
}