FirewallRulesItem

Summary information about a firewall rule.

Types

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

Properties

Link copied to clipboard

The action configured for the firewall rule.

Link copied to clipboard

The DNS record type configured for the firewall rule's custom response.

Link copied to clipboard

The custom domain name configured for the firewall rule's BLOCK response.

Link copied to clipboard

The TTL value configured for the firewall rule's custom response.

Link copied to clipboard

The type of block response configured for the firewall rule.

Link copied to clipboard

The confidence threshold configured for the firewall rule's advanced threat detection.

Link copied to clipboard

The date and time when the firewall rule was created.

Link copied to clipboard

The description of the firewall rule.

Link copied to clipboard

Whether advanced DNS threat protection is enabled for the firewall rule.

Link copied to clipboard

The ID of the DNS view associated with the firewall rule.

Link copied to clipboard

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

Link copied to clipboard
val id: String

The unique identifier of the firewall rule.

Link copied to clipboard

The name of the firewall rule.

Link copied to clipboard

The priority of the firewall rule.

Link copied to clipboard

The DNS query type that the firewall rule matches.

Link copied to clipboard

The current status of the firewall rule.

Link copied to clipboard

The date and time when the firewall rule was last updated.

Functions

Link copied to clipboard
inline fun copy(block: FirewallRulesItem.Builder.() -> Unit = {}): FirewallRulesItem
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