class Google::Apis::IamV1::CreateServiceAccountKeyRequest

The service account key create request.

Attributes

private_key_type[RW]

The type of the key requested. GOOGLE_CREDENTIALS is the default key type. Corresponds to the JSON property `privateKeyType` @return [String]

Public Class Methods

new(**args) click to toggle source
# File generated/google/apis/iam_v1/classes.rb, line 247
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File generated/google/apis/iam_v1/classes.rb, line 252
def update!(**args)
  @private_key_type = args[:private_key_type] if args.key?(:private_key_type)
end