LifetimeActionResponse

data class LifetimeActionResponse(val action: ActionResponse? = null, val trigger: TriggerResponse? = null)

Constructors

Link copied to clipboard
constructor(action: ActionResponse? = null, trigger: TriggerResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val action: ActionResponse? = null

The action of key rotation policy lifetimeAction.

Link copied to clipboard

The trigger of key rotation policy lifetimeAction.