Class: Google::Cloud::OsLogin::V1beta::SecurityKey

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/oslogin/v1beta/oslogin.rb

Overview

The credential information for a Google registered security key.

Instance Attribute Summary collapse

Instance Attribute Details

#device_nickname::String

Returns The security key nickname explicitly set by the user.

Returns:

  • (::String)

    The security key nickname explicitly set by the user.



184
185
186
187
# File 'proto_docs/google/cloud/oslogin/v1beta/oslogin.rb', line 184

class SecurityKey
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#private_key::String

Returns Hardware-backed private key text in SSH format.

Returns:

  • (::String)

    Hardware-backed private key text in SSH format.



184
185
186
187
# File 'proto_docs/google/cloud/oslogin/v1beta/oslogin.rb', line 184

class SecurityKey
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#public_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.



184
185
186
187
# File 'proto_docs/google/cloud/oslogin/v1beta/oslogin.rb', line 184

class SecurityKey
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#universal_two_factor::Google::Cloud::OsLogin::V1beta::UniversalTwoFactor

Returns The U2F protocol type.

Returns:



184
185
186
187
# File 'proto_docs/google/cloud/oslogin/v1beta/oslogin.rb', line 184

class SecurityKey
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#web_authn::Google::Cloud::OsLogin::V1beta::WebAuthn

Returns The Web Authentication protocol type.

Returns:



184
185
186
187
# File 'proto_docs/google/cloud/oslogin/v1beta/oslogin.rb', line 184

class SecurityKey
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end