Class: Google::Apis::OsloginV1alpha::SignSshPublicKeyResponse
- Inherits:
-
Object
- Object
- Google::Apis::OsloginV1alpha::SignSshPublicKeyResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/oslogin_v1alpha/classes.rb,
lib/google/apis/oslogin_v1alpha/representations.rb,
lib/google/apis/oslogin_v1alpha/representations.rb
Instance Attribute Summary collapse
-
#signed_ssh_public_key ⇒ String
The signed SSH public key to use in the SSH handshake.
Instance Method Summary collapse
-
#initialize(**args) ⇒ SignSshPublicKeyResponse
constructor
A new instance of SignSshPublicKeyResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ SignSshPublicKeyResponse
Returns a new instance of SignSshPublicKeyResponse.
258 259 260 |
# File 'lib/google/apis/oslogin_v1alpha/classes.rb', line 258 def initialize(**args) update!(**args) end |
Instance Attribute Details
#signed_ssh_public_key ⇒ String
The signed SSH public key to use in the SSH handshake.
Corresponds to the JSON property signedSshPublicKey
256 257 258 |
# File 'lib/google/apis/oslogin_v1alpha/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_v1alpha/classes.rb', line 263 def update!(**args) @signed_ssh_public_key = args[:signed_ssh_public_key] if args.key?(:signed_ssh_public_key) end |