toggle menu
pulumi-azure-native-kotlin
3.5.0.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.security.kotlin.inputs
/
JitNetworkAccessRequestPortArgs
/
JitNetworkAccessRequestPortArgs
Jit
Network
Access
Request
Port
Args
constructor
(
allowedSourceAddressPrefix
:
Output
<
String
>
?
=
null
,
allowedSourceAddressPrefixes
:
Output
<
List
<
String
>
>
?
=
null
,
endTimeUtc
:
Output
<
String
>
,
mappedPort
:
Output
<
Int
>
?
=
null
,
number
:
Output
<
Int
>
,
status
:
Output
<
Either
<
String
,
Status
>
>
,
statusReason
:
Output
<
Either
<
String
,
StatusReason
>
>
)