mirror of
https://github.com/cloudflare/terraform-provider-cloudflare.git
synced 2026-01-12 06:53:09 +00:00
813 B
813 B
| page_title | subcategory | description |
|---|---|---|
| cloudflare_api_shield_schema Data Source - Cloudflare |
cloudflare_api_shield_schema (Data Source)
Example Usage
data "cloudflare_api_shield_schema" "example_api_shield_schema" {
zone_id = "zone_id"
schema_id = "f174e90a-fafe-4643-bbbc-4a0ed4fc8415"
omit_source = true
}
Schema
Required
zone_id(String)
Optional
omit_source(Boolean) Omit the source-files of schemas and only retrieve their meta-data.
Read-Only
created_at(String)kind(String) Kind of schemaname(String) Name of the schemaschema_id(String)source(String) Source of the schemavalidation_enabled(Boolean) Flag whether schema is enabled for validation.