google_api_cloud_user_accounts v0.0.1 GoogleApi.CloudUserAccounts.Vm_alpha.Model.LinuxUserView View Source
A detailed view of a Linux user account.
Attributes
- gecos (String): [Output Only] The GECOS (user information) entry for this account. Defaults to:
null
. - gid (Integer): [Output Only] User's default group ID. Defaults to:
null
. - homeDirectory (String): [Output Only] The path to the home directory for this account. Defaults to:
null
. - shell (String): [Output Only] The path to the login shell for this account. Defaults to:
null
. - uid (Integer): [Output Only] User ID. Defaults to:
null
. - username (String): [Output Only] The username of the account. Defaults to:
null
.