GetAccessRulesResultConfiguration

data class GetAccessRulesResultConfiguration(val target: String, val value: String)

Constructors

Link copied to clipboard
constructor(target: String, value: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The configuration target. You must set the target to ip when specifying an IP address in the rule. Available values: "ip".

Link copied to clipboard

The IP address to match. This address will be compared to the IP address of incoming requests.