Edit

Share via


webApplicationFirewallVerifiedDetails resource type

Namespace: microsoft.graph

Represents verification findings and evidence for a host or domain after a verification operation with a web application firewall (WAF) provider.

This is an abstract type. The following types inherit from webApplicationFirewallVerifiedDetails:

Properties

Property Type Description
dnsConfiguration webApplicationFirewallDnsConfiguration DNS-related details discovered during verification for the host, such as the DNS record name, record type, record value, whether the record is proxied through the provider, and whether the domain is verified.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.webApplicationFirewallVerifiedDetails",
  "dnsConfiguration": {
    "@odata.type": "microsoft.graph.webApplicationFirewallDnsConfiguration"
  }
}