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.



905
906
907
# File 'lib/google/apis/assuredworkloads_v1/classes.rb', line 905

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



903
904
905
# File 'lib/google/apis/assuredworkloads_v1/classes.rb', line 903

def kms_settings
  @kms_settings
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



910
911
912
# File 'lib/google/apis/assuredworkloads_v1/classes.rb', line 910

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