toggle menu
pulumi-azure-native-kotlin
3.0.1.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.storage.kotlin.inputs
/
AccessPolicyArgs
Access
Policy
Args
data
class
AccessPolicyArgs
(
val
expiryTime
:
Output
<
String
>
?
=
null
,
val
permission
:
Output
<
String
>
?
=
null
,
val
startTime
:
Output
<
String
>
?
=
null
)
:
ConvertibleToJava
<
AccessPolicyArgs
>
Members
Constructors
Access
Policy
Args
Link copied to clipboard
constructor
(
expiryTime
:
Output
<
String
>
?
=
null
,
permission
:
Output
<
String
>
?
=
null
,
startTime
:
Output
<
String
>
?
=
null
)
Properties
expiry
Time
Link copied to clipboard
val
expiryTime
:
Output
<
String
>
?
=
null
Expiry time of the access policy
permission
Link copied to clipboard
val
permission
:
Output
<
String
>
?
=
null
List of abbreviated permissions.
start
Time
Link copied to clipboard
val
startTime
:
Output
<
String
>
?
=
null
Start time of the access policy
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
AccessPolicyArgs