{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.webApplicationFirewallVerificationModel", "title": "microsoft.graph.webApplicationFirewallVerificationModel", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.entity" }, { "title": "webApplicationFirewallVerificationModel", "required": [ "@odata.type" ], "type": "object", "properties": { "providerType": { "$ref": "#/components/schemas/microsoft.graph.webApplicationFirewallProviderType" }, "verificationResult": { "anyOf": [ { "$ref": "#/components/schemas/microsoft.graph.webApplicationFirewallVerificationResult" }, { "type": "object", "nullable": true } ], "description": "An object describing the outcome of the verification operation, including status, errors or warnings" }, "verifiedDetails": { "anyOf": [ { "$ref": "#/components/schemas/microsoft.graph.webApplicationFirewallVerifiedDetails" }, { "type": "object", "nullable": true } ], "description": "Details of DNS configuration" }, "verifiedHost": { "type": "string", "description": "The host (domain or subdomain) that was verified as part of this verification operation.", "nullable": true }, "provider": { "anyOf": [ { "$ref": "#/components/schemas/microsoft.graph.webApplicationFirewallProvider" }, { "type": "object", "nullable": true } ], "description": "Reference to a provider resource associated with this verification model. Represents a WAF provider that can be used to verify or manage the host.", "x-ms-navigationProperty": true }, "@odata.type": { "type": "string" } } } ], "x-ms-discriminator-value": "#microsoft.graph.webApplicationFirewallVerificationModel" }