{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.authenticationMethodModeDetail", "title": "microsoft.graph.authenticationMethodModeDetail", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.entity" }, { "title": "authenticationMethodModeDetail", "required": [ "@odata.type" ], "type": "object", "properties": { "authenticationMethod": { "$ref": "#/components/schemas/microsoft.graph.baseAuthenticationMethod" }, "displayName": { "type": "string", "description": "The display name of this mode" }, "@odata.type": { "type": "string" } } } ], "x-ms-discriminator-value": "#microsoft.graph.authenticationMethodModeDetail" }