authenticationStrengthRoot resource type

Namespace: microsoft.graph

The authenticationStrengthRoot resource is the entry point for the authentication strengths object model.

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.

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 JSON representation shows the resource type.

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