Class: Google::Cloud::OsLogin::V1beta::ImportSshPublicKeyRequest
- Inherits:
-
Object
- Object
- Google::Cloud::OsLogin::V1beta::ImportSshPublicKeyRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/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.
-
#regions ⇒ ::Array<::String>
Optional.
-
#ssh_public_key ⇒ ::Google::Cloud::OsLogin::Common::SshPublicKey
Required.
-
#view ⇒ ::Google::Cloud::OsLogin::V1beta::LoginProfileView
The view configures whether to retrieve security keys information.
Instance Attribute Details
#parent ⇒ ::String
Returns The unique ID for the user in format users/{user}
.
133 134 135 136 |
# File 'proto_docs/google/cloud/oslogin/v1beta/oslogin.rb', line 133 class ImportSshPublicKeyRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#project_id ⇒ ::String
Returns The project ID of the Google Cloud Platform project.
133 134 135 136 |
# File 'proto_docs/google/cloud/oslogin/v1beta/oslogin.rb', line 133 class ImportSshPublicKeyRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#regions ⇒ ::Array<::String>
Returns Optional. The regions to which to assert that the key was written. If unspecified, defaults to all regions. Regions are listed at https://cloud.google.com/about/locations#region.
133 134 135 136 |
# File 'proto_docs/google/cloud/oslogin/v1beta/oslogin.rb', line 133 class ImportSshPublicKeyRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#ssh_public_key ⇒ ::Google::Cloud::OsLogin::Common::SshPublicKey
Returns Required. The SSH public key and expiration time.
133 134 135 136 |
# File 'proto_docs/google/cloud/oslogin/v1beta/oslogin.rb', line 133 class ImportSshPublicKeyRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#view ⇒ ::Google::Cloud::OsLogin::V1beta::LoginProfileView
Returns The view configures whether to retrieve security keys information.
133 134 135 136 |
# File 'proto_docs/google/cloud/oslogin/v1beta/oslogin.rb', line 133 class ImportSshPublicKeyRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |