DnsSecurityRuleActionResponse

data class DnsSecurityRuleActionResponse(val actionType: String? = null, val blockResponseCode: String? = null)

The action to take on DNS requests that match the DNS security rule.

Constructors

Link copied to clipboard
constructor(actionType: String? = null, blockResponseCode: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val actionType: String? = null

The type of action to take.

Link copied to clipboard

The response code for block actions.