class Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsV1beta1WorkloadCjisSettings
Settings specific to resources needed for CJIS.
Attributes
kms_settings[RW]
Settings specific to the Key Management Service. Corresponds to the JSON property `kmsSettings` @return [Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsV1beta1WorkloadKmsSettings]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/assuredworkloads_v1/classes.rb, line 444 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/assuredworkloads_v1/classes.rb, line 449 def update!(**args) @kms_settings = args[:kms_settings] if args.key?(:kms_settings) end