JitNetworkAccessPortRuleResponse

data class JitNetworkAccessPortRuleResponse(val allowedSourceAddressPrefix: String? = null, val allowedSourceAddressPrefixes: List<String>? = null, val maxRequestAccessDuration: String, val number: Int, val protocol: String)

Constructors

Link copied to clipboard
constructor(allowedSourceAddressPrefix: String? = null, allowedSourceAddressPrefixes: List<String>? = null, maxRequestAccessDuration: String, number: Int, protocol: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Mutually exclusive with the "allowedSourceAddressPrefixes" parameter. Should be an IP address or CIDR, for example "192.168.0.3" or "192.168.0.0/16".

Link copied to clipboard

Mutually exclusive with the "allowedSourceAddressPrefix" parameter.

Link copied to clipboard

Maximum duration requests can be made for. In ISO 8601 duration format. Minimum 5 minutes, maximum 1 day

Link copied to clipboard
val number: Int
Link copied to clipboard