Class: Google::Apis::CloudkmsV1::ShowEffectiveAutokeyConfigResponse

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

Overview

Response message for ShowEffectiveAutokeyConfig.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ShowEffectiveAutokeyConfigResponse

Returns a new instance of ShowEffectiveAutokeyConfigResponse.



2856
2857
2858
# File 'lib/google/apis/cloudkms_v1/classes.rb', line 2856

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

Instance Attribute Details

#key_projectString

Name of the key project configured in the resource project's folder ancestry. Corresponds to the JSON property keyProject

Returns:

  • (String)


2854
2855
2856
# File 'lib/google/apis/cloudkms_v1/classes.rb', line 2854

def key_project
  @key_project
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2861
2862
2863
# File 'lib/google/apis/cloudkms_v1/classes.rb', line 2861

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