Class: Google::Cloud::Oslogin::V1beta::ImportSshPublicKeyRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Oslogin::V1beta::ImportSshPublicKeyRequest
- Defined in:
- lib/google/cloud/os_login/v1beta/doc/google/cloud/oslogin/v1beta/oslogin.rb
Overview
A request message for importing an SSH public key.
Instance Attribute Summary collapse
-
#parent ⇒ String
The unique ID for the user in format +users/user+.
-
#project_id ⇒ String
The project ID of the Google Cloud Platform project.
-
#ssh_public_key ⇒ Google::Cloud::Oslogin::Common::SshPublicKey
The SSH public key and expiration time.
Instance Attribute Details
#parent ⇒ String
Returns The unique ID for the user in format +users/user+.
87 |
# File 'lib/google/cloud/os_login/v1beta/doc/google/cloud/oslogin/v1beta/oslogin.rb', line 87 class ImportSshPublicKeyRequest; end |
#project_id ⇒ String
Returns The project ID of the Google Cloud Platform project.
87 |
# File 'lib/google/cloud/os_login/v1beta/doc/google/cloud/oslogin/v1beta/oslogin.rb', line 87 class ImportSshPublicKeyRequest; end |
#ssh_public_key ⇒ Google::Cloud::Oslogin::Common::SshPublicKey
Returns The SSH public key and expiration time.
87 |
# File 'lib/google/cloud/os_login/v1beta/doc/google/cloud/oslogin/v1beta/oslogin.rb', line 87 class ImportSshPublicKeyRequest; end |