conditionalAccessTemplate resource type
Namespace: microsoft.graph
Represents a Microsoft recommended template of best practice configurations for Microsoft Entra conditional access policies.
Inherits from entity.
Methods
Method | Return type | Description |
---|---|---|
List | conditionalAccessTemplate collection | Get a list of the conditionalAccessTemplate objects and their properties. |
Get | conditionalAccessTemplate | Read the properties and relationships of a conditionalAccessTemplate object. |
Properties
Property | Type | Description |
---|---|---|
description | String | The user-friendly name of the template. |
details | conditionalAccessPolicyDetail | Complete list of policy details specific to the template. This property contains the JSON of policy settings for configuring a Conditional Access policy. |
id | String | Immutable ID of a template. Inherited from entity. |
name | String | The user-friendly name of the template. |
scenarios | templateScenarios | List of conditional access scenarios that the template is recommended for. The possible values are: new , secureFoundation , zeroTrust , remoteWork , protectAdmins , emergingThreats , unknownFutureValue . This is a multi-valued enum. Supports $filter (has ). |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.conditionalAccessTemplate",
"description": "String",
"details": {
"@odata.type": "microsoft.graph.conditionalAccessPolicyDetail",
"id": "String (identifier)",
"name": "String",
"scenarios": "String"
}
}