{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.authenticationMethodFeatureConfiguration", "title": "authenticationMethodFeatureConfiguration", "required": [ "@odata.type" ], "type": "object", "properties": { "excludeTarget": { "anyOf": [ { "$ref": "#/components/schemas/microsoft.graph.featureTarget" }, { "type": "object", "nullable": true } ], "description": "A single entity that is excluded from this feature." }, "includeTarget": { "anyOf": [ { "$ref": "#/components/schemas/microsoft.graph.featureTarget" }, { "type": "object", "nullable": true } ], "description": "A single entity that is included in this feature." }, "state": { "anyOf": [ { "$ref": "#/components/schemas/microsoft.graph.advancedConfigState" }, { "type": "object", "nullable": true } ], "description": "Enable or disable the feature. The possible values are: default, enabled, disabled, unknownFutureValue. The default value is used when the configuration hasn't been explicitly set and uses the default behavior of Microsoft Entra ID for the setting. The default value is disabled." }, "@odata.type": { "type": "string" } } }