authenticationStrengthRoot 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 authenticationStrengthRoot resource is the entry point for the authentication strengths object model.

Inherits from entity.

Methods

None.

Properties

Property Type Description
authenticationCombinations authenticationMethodModes collection A collection of all valid authentication method combinations in the system.
id String A system-generated identifier. Inherited from entity.

Relationships

Relationship Type Description
authenticationMethodModes authenticationMethodModeDetail collection Names and descriptions of all valid authentication method modes in the system.
policies authenticationStrengthPolicy collection A collection of authentication strength policies that exist for this tenant, including both built-in and custom policies.

JSON representation

The following is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.authenticationStrengthRoot",
  "id": "String (identifier)",
  "authenticationCombinations": [
    "String"
  ]
}