authenticationContextClassReference 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.
Represents an Azure Active Directory authentication context class reference. Authentication context class references are custom values that define a Conditional Access authentication requirement.
Methods
Method | Return Type | Description |
---|---|---|
List authenticationContextClassReference | authenticationContextClassReference collection | Get all of the authenticationContextClassReference objects in the organization. |
Create authenticationContextClassReference | authenticationContextClassReference | Create a new authenticationContextClassReference object. |
Get authenticationContextClassReference | authenticationContextClassReference | Read properties and relationships of a authenticationContextClassReference object. |
Update authenticationContextClassReference | authenticationContextClassReference | Update a authenticationContextClassReference object. |
Properties
Property | Type | Description |
---|---|---|
id | String | Identifier used to reference the authentication context class. The id is used to trigger step-up authentication for the referenced authentication requirements and is the value that will be issued in the acrs claim. This value in the claim is used to verify the required authentication context has been satisfied. The allowed id values are "c1" through "c25". |
displayName | String | The display name is the friendly name of the authenticationContextClassReference. This value should be used to identify the authentication context class reference when building user facing admin experiences. For example, selection UX. |
description | String | A short explanation of the policies that are enforced by authenticationContextClassReference. This value should be used to provide secondary text to describe the authentication context class reference when building user facing admin experiences. For example, selection UX. |
isAvailable | boolean | Indicates whether the authenticationContextClassReference has been published by the security admin and is ready for use by apps. When it is set to false it should not be shown in admin UX experiences because the value is not currently available for selection. |
Relationships
None.
JSON representation
The following is a JSON representation of the resource.
{
"id": "String",
"displayName": "String",
"description": "String",
"isAvailable": "boolean",
}
Feedback
Submit and view feedback for