UpdateFirewallRuleResponse

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The action that DNS Firewall should take on a DNS query when it matches one of the domains in the rule's domain list, or a threat in a DNS Firewall Advanced rule.

Link copied to clipboard

The DNS record's type. This determines the format of the record value that you provided in BlockOverrideDomain. Used for the rule action BLOCK with a BlockResponse setting of OVERRIDE.

Link copied to clipboard

The custom DNS record to send back in response to the query. Used for the rule action BLOCK with a BlockResponse setting of OVERRIDE.

Link copied to clipboard

The recommended amount of time, in seconds, for the DNS resolver or web browser to cache the provided override record. Used for the rule action BLOCK with a BlockResponse setting of OVERRIDE.

Link copied to clipboard

The way that you want DNS Firewall to block the request. Used for the rule action setting BLOCK.

Link copied to clipboard

The confidence threshold for DNS Firewall Advanced. You must provide this value when you create a DNS Firewall Advanced rule.

Link copied to clipboard

The time and date the Firewall rule was created.

Link copied to clipboard

The description of the Firewall rule.

Link copied to clipboard

The type of the DNS Firewall Advanced rule. Valid values are DGA and DNS_TUNNELING.

Link copied to clipboard

The ID of the DNS view the Firewall rule is associated with.

Link copied to clipboard

The ID of the domain list associated with the Firewall rule.

Link copied to clipboard
val id: String

The ID of the Firewall rule.

Link copied to clipboard

The name of the Firewall rule.

Link copied to clipboard

The setting that determines the processing order of the rule in the rule group. DNS Firewall processes the rules in a rule group by order of priority, starting from the lowest setting.

Link copied to clipboard

The DNS query type you want the rule to evaluate.

Link copied to clipboard

The operational status of the firewall rule.

Link copied to clipboard

The time and date the rule was updated.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String