[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.
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.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-02 UTC."],[[["This webpage provides documentation for the `Workload.Types.KMSSettings` class within the Google Cloud Assured Workloads v1 API, with the latest version being 2.6.0."],["The `Workload.Types.KMSSettings` class is specifically for defining settings related to the Key Management Service, and it is currently marked as obsolete."],["To create a Keyring, users should now specify either `ENCRYPTION_KEYS_PROJECT` or `KEYRING` in the `ResourceSettings.resource_type` field instead of using this class."],["The class includes properties such as `NextRotationTime` and `RotationPeriod` to manage key rotation, which can only be set upon the creation of the settings."],["The class implements multiple interfaces, such as `IMessage`, `IEquatable`, and `IDeepCloneable`, and inherits from the `object` class, while also having various versions available, ranging from version 1.0.0 to 2.6.0."]]],[]]