WorkloadKmsSettings

data class WorkloadKmsSettings(val nextRotationTime: String, val rotationPeriod: String)

Constructors

Link copied to clipboard
constructor(nextRotationTime: String, rotationPeriod: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Required. Input only. Immutable. The time at which the Key Management Service will automatically create a new version of the crypto key and mark it as the primary.

Link copied to clipboard

Required. Input only. Immutable. will be advanced by this period when the Key Management Service automatically rotates a key. Must be at least 24 hours and at most 876,000 hours.