GetPageShieldPoliciesResult

data class GetPageShieldPoliciesResult(val action: String, val description: String, val enabled: Boolean, val expression: String, val id: String, val value: String)

Constructors

Link copied to clipboard
constructor(action: String, description: String, enabled: Boolean, expression: String, id: String, value: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The action to take if the expression matches Available values: "allow", "log".

Link copied to clipboard

A description for the policy

Link copied to clipboard

Whether the policy is enabled

Link copied to clipboard

The expression which must match for the policy to be applied, using the Cloudflare Firewall rule expression syntax

Link copied to clipboard
val id: String

Identifier

Link copied to clipboard

The policy which will be applied