class Google::Apis::IamV1::ListServiceAccountKeysResponse
The service account keys list response.
Attributes
keys[RW]
The public keys for the service account. Corresponds to the JSON property `keys` @return [Array<Google::Apis::IamV1::ServiceAccountKey>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/iam_v1/classes.rb, line 668 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/iam_v1/classes.rb, line 673 def update!(**args) @keys = args[:keys] if args.key?(:keys) end