{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.softwareOathAuthenticationMethodConfiguration", "title": "microsoft.graph.softwareOathAuthenticationMethodConfiguration", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.authenticationMethodConfiguration" }, { "title": "softwareOathAuthenticationMethodConfiguration", "required": [ "@odata.type" ], "type": "object", "properties": { "includeTargets": { "type": "array", "items": { "$ref": "#/components/schemas/microsoft.graph.authenticationMethodTarget" }, "description": "A collection of groups that are enabled to use the authentication method. Expanded by default.", "x-ms-navigationProperty": true }, "@odata.type": { "type": "string", "default": "#microsoft.graph.softwareOathAuthenticationMethodConfiguration" } } } ], "x-ms-discriminator-value": "#microsoft.graph.softwareOathAuthenticationMethodConfiguration" }