{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/microsoft.graph.cloudFlareVerifiedDetailsModel",
"title": "microsoft.graph.cloudFlareVerifiedDetailsModel",
"allOf": [
{
"$ref": "#/components/schemas/microsoft.graph.webApplicationFirewallVerifiedDetails"
},
{
"title": "cloudFlareVerifiedDetailsModel",
"required": [
"@odata.type"
],
"type": "object",
"properties": {
"enabledCustomRules": {
"type": "array",
"items": {
"$ref": "#/components/schemas/microsoft.graph.cloudFlareRuleModel"
},
"description": "Collection of Cloudflare custom rules that are currently enabled for the zone or host."
},
"enabledRecommendedRulesets": {
"type": "array",
"items": {
"$ref": "#/components/schemas/microsoft.graph.cloudFlareRulesetModel"
},
"description": "Collection of Cloudflare recommended rulesets that are enabled for the zone or host."
},
"zoneId": {
"type": "string",
"description": "Cloudflare-assigned identifier for the DNS zone associated with the verified host (for example, the Cloudflare Zone ID). This ID is used to correlate verification details with the Cloudflare account and to perform configuration operations via the provider's API.",
"nullable": true
},
"@odata.type": {
"type": "string",
"default": "#microsoft.graph.cloudFlareVerifiedDetailsModel"
}
}
}
],
"x-ms-discriminator-value": "#microsoft.graph.cloudFlareVerifiedDetailsModel"
}