GoogleApi.OSLogin.V1alpha.Model.LoginProfile (google_api_os_login v0.30.0)
View SourceThe user profile information used for logging in to a virtual machine on Google Compute Engine.
Attributes
-
name
(type:String.t
, default:nil
) - Required. A unique user ID. -
posixAccounts
(type:list(GoogleApi.OSLogin.V1alpha.Model.PosixAccount.t)
, default:nil
) - The list of POSIX accounts associated with the user. -
securityKeys
(type:list(GoogleApi.OSLogin.V1alpha.Model.SecurityKey.t)
, default:nil
) - The registered security key credentials for a user. -
sshPublicKeys
(type:%{optional(String.t) => GoogleApi.OSLogin.V1alpha.Model.SshPublicKey.t}
, default:nil
) - A map from SSH public key fingerprint to the associated key object.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.OSLogin.V1alpha.Model.LoginProfile{ name: String.t() | nil, posixAccounts: [GoogleApi.OSLogin.V1alpha.Model.PosixAccount.t()] | nil, securityKeys: [GoogleApi.OSLogin.V1alpha.Model.SecurityKey.t()] | nil, sshPublicKeys: %{optional(String.t()) => GoogleApi.OSLogin.V1alpha.Model.SshPublicKey.t()} | nil }