Class: Google::Apis::IamV1::ListServiceAccountKeysResponse

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

Overview

The service account keys list response.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ListServiceAccountKeysResponse

Returns a new instance of ListServiceAccountKeysResponse.



623
624
625
# File 'generated/google/apis/iam_v1/classes.rb', line 623

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

Instance Attribute Details

#keysArray<Google::Apis::IamV1::ServiceAccountKey>

The public keys for the service account. Corresponds to the JSON property keys



621
622
623
# File 'generated/google/apis/iam_v1/classes.rb', line 621

def keys
  @keys
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



628
629
630
# File 'generated/google/apis/iam_v1/classes.rb', line 628

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