Class: Google::Cloud::OsLogin::V1beta::LoginProfile

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 user profile information used for logging in to a virtual machine on Google Compute Engine.

Defined Under Namespace

Classes: SshPublicKeysEntry

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. A unique user ID.

Returns:

  • (::String)

    Required. A unique user ID.



38
39
40
41
42
43
44
45
46
47
48
49
50
# File 'proto_docs/google/cloud/oslogin/v1beta/oslogin.rb', line 38

class LoginProfile
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::Google::Cloud::OsLogin::Common::SshPublicKey]
  class SshPublicKeysEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#posix_accounts::Array<::Google::Cloud::OsLogin::Common::PosixAccount>

Returns The list of POSIX accounts associated with the user.

Returns:



38
39
40
41
42
43
44
45
46
47
48
49
50
# File 'proto_docs/google/cloud/oslogin/v1beta/oslogin.rb', line 38

class LoginProfile
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::Google::Cloud::OsLogin::Common::SshPublicKey]
  class SshPublicKeysEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#security_keys::Array<::Google::Cloud::OsLogin::V1beta::SecurityKey>

Returns The registered security key credentials for a user.

Returns:



38
39
40
41
42
43
44
45
46
47
48
49
50
# File 'proto_docs/google/cloud/oslogin/v1beta/oslogin.rb', line 38

class LoginProfile
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::Google::Cloud::OsLogin::Common::SshPublicKey]
  class SshPublicKeysEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#ssh_public_keys::Google::Protobuf::Map{::String => ::Google::Cloud::OsLogin::Common::SshPublicKey}

Returns A map from SSH public key fingerprint to the associated key object.

Returns:



38
39
40
41
42
43
44
45
46
47
48
49
50
# File 'proto_docs/google/cloud/oslogin/v1beta/oslogin.rb', line 38

class LoginProfile
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::Google::Cloud::OsLogin::Common::SshPublicKey]
  class SshPublicKeysEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end