View Source GoogleApi.AssuredWorkloads.V1beta1.Model.GoogleCloudAssuredworkloadsV1WorkloadKMSSettings (google_api_assured_workloads v0.15.0)
Settings specific to the Key Management Service.
Attributes
-
nextRotationTime
(type:DateTime.t
, default:nil
) - 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. -
rotationPeriod
(type:String.t
, default:nil
) - 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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AssuredWorkloads.V1beta1.Model.GoogleCloudAssuredworkloadsV1WorkloadKMSSettings{ nextRotationTime: DateTime.t() | nil, rotationPeriod: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.