IpSecurityRestrictionRuleResponse

data class IpSecurityRestrictionRuleResponse(val action: String, val description: String? = null, val ipAddressRange: String, val name: String)

Rule to restrict incoming IP address.

Constructors

Link copied to clipboard
constructor(action: String, description: String? = null, ipAddressRange: String, name: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Allow or Deny rules to determine for incoming IP. Note: Rules can only consist of ALL Allow or ALL Deny

Link copied to clipboard
val description: String? = null

Describe the IP restriction rule that is being sent to the container-app. This is an optional field.

Link copied to clipboard

CIDR notation to match incoming IP address

Link copied to clipboard

Name for the IP restriction rule.