TargetIpFilterRuleResponse

data class TargetIpFilterRuleResponse(val action: String, val filterName: String, val ipMask: String, val target: String? = null)

The IP filter rules for a provisioning Service.

Constructors

Link copied to clipboard
constructor(action: String, filterName: String, ipMask: String, target: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The desired action for requests captured by this rule.

Link copied to clipboard

The name of the IP filter rule.

Link copied to clipboard

A string that contains the IP address range in CIDR notation for the rule.

Link copied to clipboard
val target: String? = null

Target for requests captured by this rule.