JitNetworkAccessRequestPortResponse

data class JitNetworkAccessRequestPortResponse(val allowedSourceAddressPrefix: String? = null, val allowedSourceAddressPrefixes: List<String>? = null, val endTimeUtc: String, val mappedPort: Int? = null, val number: Int, val status: String, val statusReason: String)

Constructors

Link copied to clipboard
constructor(allowedSourceAddressPrefix: String? = null, allowedSourceAddressPrefixes: List<String>? = null, endTimeUtc: String, mappedPort: Int? = null, number: Int, status: String, statusReason: 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

The date & time at which the request ends in UTC

Link copied to clipboard
val mappedPort: Int? = null

The port which is mapped to this port's number in the Azure Firewall, if applicable

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

The status of the port

Link copied to clipboard

A description of why the status has its value