Class: Google::Cloud::OsLogin::V1beta::UpdateSshPublicKeyRequest
- Inherits:
-
Object
- Object
- Google::Cloud::OsLogin::V1beta::UpdateSshPublicKeyRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/oslogin/v1beta/oslogin.rb
Overview
A request message for updating an SSH public key.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
-
#ssh_public_key ⇒ ::Google::Cloud::OsLogin::Common::SshPublicKey
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Mask to control which fields get updated.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The fingerprint of the public key to update. Public keys are
identified by their SHA-256 fingerprint. The fingerprint of the public key
is in format users/{user}/sshPublicKeys/{fingerprint}
.
162 163 164 165 |
# File 'proto_docs/google/cloud/oslogin/v1beta/oslogin.rb', line 162 class UpdateSshPublicKeyRequest 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.
162 163 164 165 |
# File 'proto_docs/google/cloud/oslogin/v1beta/oslogin.rb', line 162 class UpdateSshPublicKeyRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns Mask to control which fields get updated. Updates all if not present.
162 163 164 165 |
# File 'proto_docs/google/cloud/oslogin/v1beta/oslogin.rb', line 162 class UpdateSshPublicKeyRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |