conditionalAccessRoot resource type
Namespace: microsoft.graph
Important
APIs under the /beta
version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.
The conditionalAccessRoot resource is the entry point for the Conditional Access (CA) object model. It doesn't contain any usable properties.
For more information on Conditional Access in Microsoft Entra ID, see What is Conditional Access?
Methods
None.
Properties
None.
Relationships
Relationship | Type | Description |
---|---|---|
authenticationContextClassReferences | authenticationContextClassReference collection | Read-only. Nullable. Returns a collection of the specified authentication context class references. |
authenticationStrength | authenticationStrengthRoot | Defines the authentication strength policies, valid authentication method combinations, and authentication method mode details that can be required by a conditional access policy. |
namedLocations | namedLocation collection | Read-only. Nullable. Returns a collection of the specified named locations. |
policies | conditionalAccessPolicy collection | Read-only. Nullable. Returns a collection of the specified Conditional Access policies. |
templates | conditionalAccessTemplate collection | Read-only. Nullable. Returns a collection of the specified Conditional Access templates. |
authenticationStrengths (deprecated) | authenticationStrengthRoot | DEPRECATED. See the authenticationStrength relationship instead. |
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.conditionalAccessRoot"
}