{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.conditionalAccessTemplate", "title": "microsoft.graph.conditionalAccessTemplate", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.entity" }, { "title": "conditionalAccessTemplate", "required": [ "@odata.type" ], "type": "object", "properties": { "description": { "type": "string", "description": "The user-friendly name of the template." }, "details": { "$ref": "#/components/schemas/microsoft.graph.conditionalAccessPolicyDetail" }, "name": { "type": "string", "description": "The user-friendly name of the template." }, "scenarios": { "$ref": "#/components/schemas/microsoft.graph.templateScenarios" }, "@odata.type": { "type": "string" } } } ], "x-ms-discriminator-value": "#microsoft.graph.conditionalAccessTemplate" }