pulumi-azure-native-kotlin
2.14.0.0
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.keyvault.kotlin.outputs
/
LifetimeActionResponse
Lifetime
Action
Response
data
class
LifetimeActionResponse
(
val
action
:
ActionResponse
?
=
null
,
val
trigger
:
TriggerResponse
?
=
null
)
Types
Constructors
Properties
Constructors
Lifetime
Action
Response
Link copied to clipboard
fun
LifetimeActionResponse
(
action
:
ActionResponse
?
=
null
,
trigger
:
TriggerResponse
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
action
Link copied to clipboard
val
action
:
ActionResponse
?
=
null
The action of key rotation policy lifetimeAction.
trigger
Link copied to clipboard
val
trigger
:
TriggerResponse
?
=
null
The trigger of key rotation policy lifetimeAction.