Class: Google::Cloud::OsLogin::V1beta::LoginProfile
- Inherits:
-
Object
- Object
- Google::Cloud::OsLogin::V1beta::LoginProfile
- 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
-
#name ⇒ ::String
Required.
-
#posix_accounts ⇒ ::Array<::Google::Cloud::OsLogin::Common::PosixAccount>
The list of POSIX accounts associated with the user.
-
#security_keys ⇒ ::Array<::Google::Cloud::OsLogin::V1beta::SecurityKey>
The registered security key credentials for a user.
-
#ssh_public_keys ⇒ ::Google::Protobuf::Map{::String => ::Google::Cloud::OsLogin::Common::SshPublicKey}
A map from SSH public key fingerprint to the associated key object.
Instance Attribute Details
#name ⇒ ::String
Returns 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.
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.
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.
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 |