{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.authenticationStrengthRoot", "title": "microsoft.graph.authenticationStrengthRoot", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.entity" }, { "title": "authenticationStrengthRoot", "required": [ "@odata.type" ], "type": "object", "properties": { "combinations": { "type": "array", "items": { "$ref": "#/components/schemas/microsoft.graph.authenticationMethodModes" } }, "authenticationMethodModes": { "type": "array", "items": { "$ref": "#/components/schemas/microsoft.graph.authenticationMethodModeDetail" }, "description": "Names and descriptions of all valid authentication method modes in the system.", "x-ms-navigationProperty": true }, "policies": { "type": "array", "items": { "$ref": "#/components/schemas/microsoft.graph.authenticationStrengthPolicy" }, "description": "A collection of authentication strength policies that exist for this tenant, including both built-in and custom policies.", "x-ms-navigationProperty": true }, "@odata.type": { "type": "string" } } } ], "x-ms-discriminator-value": "#microsoft.graph.authenticationStrengthRoot" }