Class: Google::Cloud::OsLogin::Common::SshPublicKey
- Inherits:
-
Object
- Object
- Google::Cloud::OsLogin::Common::SshPublicKey
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/oslogin/common/common.rb
Overview
The SSH public key information associated with a Google account.
Instance Attribute Summary collapse
-
#expiration_time_usec ⇒ ::Integer
An expiration time in microseconds since epoch.
-
#fingerprint ⇒ ::String
readonly
Output only.
-
#key ⇒ ::String
Public key text in SSH format, defined by RFC4253 section 6.6.
-
#name ⇒ ::String
readonly
Output only.
Instance Attribute Details
#expiration_time_usec ⇒ ::Integer
Returns An expiration time in microseconds since epoch.
79 80 81 82 |
# File 'proto_docs/google/cloud/oslogin/common/common.rb', line 79 class SshPublicKey include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#fingerprint ⇒ ::String (readonly)
Returns Output only. The SHA-256 fingerprint of the SSH public key.
79 80 81 82 |
# File 'proto_docs/google/cloud/oslogin/common/common.rb', line 79 class SshPublicKey include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#key ⇒ ::String
Returns Public key text in SSH format, defined by RFC4253 section 6.6.
79 80 81 82 |
# File 'proto_docs/google/cloud/oslogin/common/common.rb', line 79 class SshPublicKey include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String (readonly)
Returns Output only. The canonical resource name.
79 80 81 82 |
# File 'proto_docs/google/cloud/oslogin/common/common.rb', line 79 class SshPublicKey include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |