Class: Google::Cloud::OsLogin::Common::SshPublicKey

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#expiration_time_usec::Integer

Returns An expiration time in microseconds since epoch.

Returns:

  • (::Integer)

    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.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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