Jit Network Access Request Port Args
data class JitNetworkAccessRequestPortArgs(val allowedSourceAddressPrefix: Output<String>? = null, val allowedSourceAddressPrefixes: Output<List<String>>? = null, val endTimeUtc: Output<String>, val mappedPort: Output<Int>? = null, val number: Output<Int>, val status: Output<Either<String, Status>>, val statusReason: Output<Either<String, StatusReason>>) : ConvertibleToJava<JitNetworkAccessRequestPortArgs>
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
The date & time at which the request ends in UTC
Link copied to clipboard
The port which is mapped to this port's number
in the Azure Firewall, if applicable
Link copied to clipboard
A description of why the status
has its value