google_api_os_login v0.19.0 GoogleApi.OSLogin.V1.Model.PosixAccount View Source

The POSIX account information associated with a Google account.

Attributes

  • accountId (type: String.t, default: nil) - Output only. A POSIX account identifier.
  • gecos (type: String.t, default: nil) - The GECOS (user information) entry for this account.
  • gid (type: String.t, default: nil) - The default group ID.
  • homeDirectory (type: String.t, default: nil) - The path to the home directory for this account.
  • name (type: String.t, default: nil) - Output only. The canonical resource name.
  • operatingSystemType (type: String.t, default: nil) - The operating system type where this account applies.
  • primary (type: boolean(), default: nil) - Only one POSIX account can be marked as primary.
  • shell (type: String.t, default: nil) - The path to the logic shell for this account.
  • systemId (type: String.t, default: nil) - System identifier for which account the username or uid applies to. By default, the empty value is used.
  • uid (type: String.t, default: nil) - The user ID.
  • username (type: String.t, default: nil) - The username of the POSIX account.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.OSLogin.V1.Model.PosixAccount{
  accountId: String.t(),
  gecos: String.t(),
  gid: String.t(),
  homeDirectory: String.t(),
  name: String.t(),
  operatingSystemType: String.t(),
  primary: boolean(),
  shell: String.t(),
  systemId: String.t(),
  uid: String.t(),
  username: String.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.