ApiShieldOperationFeaturesSchemaInfo

data class ApiShieldOperationFeaturesSchemaInfo(val activeSchema: ApiShieldOperationFeaturesSchemaInfoActiveSchema? = null, val learnedAvailable: Boolean? = null, val mitigationAction: String? = null)

Constructors

Link copied to clipboard
constructor(activeSchema: ApiShieldOperationFeaturesSchemaInfoActiveSchema? = null, learnedAvailable: Boolean? = null, mitigationAction: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Schema active on endpoint.

Link copied to clipboard

True if a Cloudflare-provided learned schema is available for this endpoint.

Link copied to clipboard

Action taken on requests failing validation. Available values: "none", "log", "block".