Class: Google::Apis::OsloginV1beta::SignSshPublicKeyResponse

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ SignSshPublicKeyResponse

Returns a new instance of SignSshPublicKeyResponse.



258
259
260
# File 'lib/google/apis/oslogin_v1beta/classes.rb', line 258

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

Instance Attribute Details

#signed_ssh_public_keyString

The signed SSH public key to use in the SSH handshake. Corresponds to the JSON property signedSshPublicKey

Returns:

  • (String)


256
257
258
# File 'lib/google/apis/oslogin_v1beta/classes.rb', line 256

def signed_ssh_public_key
  @signed_ssh_public_key
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



263
264
265
# File 'lib/google/apis/oslogin_v1beta/classes.rb', line 263

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