Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: microsoft.graph
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.
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"
}
}