Assured Workloads v1 API - Class Workload.Types.KMSSettings (2.5.0)

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

Reference documentation and code samples for the Assured Workloads v1 API class Workload.Types.KMSSettings.

Settings specific to the Key Management Service. This message is deprecated. In order to create a Keyring, callers should specify, ENCRYPTION_KEYS_PROJECT or KEYRING in ResourceSettings.resource_type field.

Inheritance

object > Workload.Types.KMSSettings

Namespace

Google.Cloud.AssuredWorkloads.V1

Assembly

Google.Cloud.AssuredWorkloads.V1.dll

Constructors

KMSSettings()

public KMSSettings()

KMSSettings(KMSSettings)

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

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