{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/microsoft.graph.cloudFlareWebApplicationFirewallProvider",
"title": "microsoft.graph.cloudFlareWebApplicationFirewallProvider",
"allOf": [
{
"$ref": "#/components/schemas/microsoft.graph.webApplicationFirewallProvider"
},
{
"title": "cloudFlareWebApplicationFirewallProvider",
"required": [
"@odata.type"
],
"type": "object",
"properties": {
"apiToken": {
"type": "string",
"description": "Cloudflare API token or credential used by Microsoft services to authenticate to the Cloudflare account. Contact your Cloudflare Customer Success Manager for assistance with your apitoken.",
"nullable": true
},
"zoneId": {
"type": "string",
"description": "Default Cloudflare Zone ID associated with this provider configuration. This ID identifies the DNS zone in Cloudflare that is commonly used for verification and configuration operations for the provider.",
"nullable": true
},
"@odata.type": {
"type": "string",
"default": "#microsoft.graph.cloudFlareWebApplicationFirewallProvider"
}
}
}
],
"x-ms-discriminator-value": "#microsoft.graph.cloudFlareWebApplicationFirewallProvider"
}