Jit Network Access Port Rule Args
data class JitNetworkAccessPortRuleArgs(val allowedSourceAddressPrefix: Output<String>? = null, val allowedSourceAddressPrefixes: Output<List<String>>? = null, val maxRequestAccessDuration: Output<String>, val number: Output<Int>, val protocol: Output<Either<String, Protocol>>) : ConvertibleToJava<JitNetworkAccessPortRuleArgs>
Constructors
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