Class Workload.Types.KMSSettings (2.0.0)

public sealed class KMSSettings : IMessage<Workload.Types.KMSSettings>, IEquatable<Workload.Types.KMSSettings>, IDeepCloneable<Workload.Types.KMSSettings>, IBufferMessage, IMessage

Settings specific to the Key Management Service.

Inheritance

Object > Workload.Types.KMSSettings

Namespace

Google.Cloud.AssuredWorkloads.V1

Assembly

Google.Cloud.AssuredWorkloads.V1.dll

Constructors

KMSSettings()

public KMSSettings()

KMSSettings(Workload.Types.KMSSettings)

public KMSSettings(Workload.Types.KMSSettings other)
Parameter
NameDescription
otherWorkload.Types.KMSSettings

Properties

NextRotationTime

public Timestamp NextRotationTime { get; set; }

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.

Property Value
TypeDescription
Timestamp

RotationPeriod

public Duration RotationPeriod { get; set; }

Required. Input only. Immutable. [next_rotation_time] 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.

Property Value
TypeDescription
Duration