Class: Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsVersioningV1mainWorkloadFedrampHighSettings

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/assuredworkloads_v1/classes.rb,
lib/google/apis/assuredworkloads_v1/representations.rb,
lib/google/apis/assuredworkloads_v1/representations.rb

Overview

Settings specific to resources needed for FedRAMP High.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudAssuredworkloadsVersioningV1mainWorkloadFedrampHighSettings

Returns a new instance of GoogleCloudAssuredworkloadsVersioningV1mainWorkloadFedrampHighSettings.



963
964
965
# File 'lib/google/apis/assuredworkloads_v1/classes.rb', line 963

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#kms_settingsGoogle::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsVersioningV1mainWorkloadKmsSettings

Settings specific to the Key Management Service. Corresponds to the JSON property kmsSettings



961
962
963
# File 'lib/google/apis/assuredworkloads_v1/classes.rb', line 961

def kms_settings
  @kms_settings
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



968
969
970
# File 'lib/google/apis/assuredworkloads_v1/classes.rb', line 968

def update!(**args)
  @kms_settings = args[:kms_settings] if args.key?(:kms_settings)
end