RotationPolicyResponse

data class RotationPolicyResponse(val attributes: KeyRotationPolicyAttributesResponse? = null, val lifetimeActions: List<LifetimeActionResponse>? = null)

Constructors

Link copied to clipboard
constructor(attributes: KeyRotationPolicyAttributesResponse? = null, lifetimeActions: List<LifetimeActionResponse>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The attributes of key rotation policy.

Link copied to clipboard

The lifetimeActions for key rotation action.