| title | conditionalAccessTemplate resource type |
|---|---|
| description | Represents a Microsoft recommended template of best practice configurations for Microsoft Entra Conditional Access policies. |
| author | lisaychuang |
| ms.reviewer | conditionalaccesspm |
| ms.localizationpriority | medium |
| ms.subservice | entra-sign-in |
| doc_type | resourcePageType |
| ms.date | 11/29/2024 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Represents a Microsoft recommended template of best practice configurations for Microsoft Entra conditional access policies. For more information, see Conditional Access policy templates.
Inherits from entity.
| 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. |
| 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). |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.conditionalAccessTemplate",
"id": "String (identifier)",
"name": "String",
"description": "String",
"scenarios": "String",
"details": {
"@odata.type": "microsoft.graph.conditionalAccessPolicyDetail"
}
}