JitNetworkAccessRequestArgs

data class JitNetworkAccessRequestArgs(val justification: Output<String>? = null, val requestor: Output<String>, val startTimeUtc: Output<String>, val virtualMachines: Output<List<JitNetworkAccessRequestVirtualMachineArgs>>) : ConvertibleToJava<JitNetworkAccessRequestArgs>

Constructors

Link copied to clipboard
constructor(justification: Output<String>? = null, requestor: Output<String>, startTimeUtc: Output<String>, virtualMachines: Output<List<JitNetworkAccessRequestVirtualMachineArgs>>)

Properties

Link copied to clipboard
val justification: Output<String>? = null

The justification for making the initiate request

Link copied to clipboard
val requestor: Output<String>

The identity of the person who made the request

Link copied to clipboard
val startTimeUtc: Output<String>

The start time of the request in UTC

Functions

Link copied to clipboard
open override fun toJava(): JitNetworkAccessRequestArgs