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.



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

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



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

def kms_settings
  @kms_settings
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



974
975
976
# File 'lib/google/apis/assuredworkloads_v1/classes.rb', line 974

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