pulumi-azure-native-kotlin
2.14.0.0
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.keyvault.kotlin.inputs
/
KeyRotationPolicyAttributesArgs
Key
Rotation
Policy
Attributes
Args
data
class
KeyRotationPolicyAttributesArgs
(
val
expiryTime
:
Output
<
String
>
?
=
null
)
:
ConvertibleToJava
<
KeyRotationPolicyAttributesArgs
>
Constructors
Functions
Properties
Constructors
Key
Rotation
Policy
Attributes
Args
Link copied to clipboard
fun
KeyRotationPolicyAttributesArgs
(
expiryTime
:
Output
<
String
>
?
=
null
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
KeyRotationPolicyAttributesArgs
Properties
expiry
Time
Link copied to clipboard
val
expiryTime
:
Output
<
String
>
?
=
null
The expiration time for the new key version. It should be in ISO8601 format. Eg: 'P90D', 'P1Y'.