GetRulesetsRuleset

data class GetRulesetsRuleset(val description: String? = null, val id: String, val kind: String, val name: String, val phase: String, val rules: List<GetRulesetsRulesetRule>? = null, val version: String)

Constructors

Link copied to clipboard
constructor(description: String? = null, id: String, kind: String, name: String, phase: String, rules: List<GetRulesetsRulesetRule>? = null, version: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val description: String? = null

Brief summary of the ruleset and its intended use.

Link copied to clipboard
val id: String

ID of the ruleset.

Link copied to clipboard

Type of Ruleset. Available values: custom, managed, root, zone

Link copied to clipboard

Name of the ruleset.

Link copied to clipboard

Point in the request/response lifecycle where the ruleset executes. Available values: ddos_l4, ddos_l7, http_config_settings, http_custom_errors, http_log_custom_fields, http_ratelimit, http_request_cache_settings, http_request_dynamic_redirect, http_request_firewall_custom, http_request_firewall_managed, http_request_late_transform, http_request_origin, http_request_redirect, http_request_sanitize, http_request_transform, http_response_compression, http_response_firewall_managed, http_response_headers_transform, magic_transit

Link copied to clipboard

List of rules to apply to the ruleset.

Link copied to clipboard

Version of the ruleset.