View Source GoogleApi.Admin.Directory_v1.Model.UserPosixAccount (google_api_admin v0.40.0)

JSON template for a POSIX account entry.

Attributes

  • accountId (type: String.t, default: nil) - A POSIX account field identifier.
  • gecos (type: String.t, default: nil) - The GECOS (user information) 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.
  • operatingSystemType (type: String.t, default: nil) - The operating system type for this account.
  • primary (type: boolean(), default: nil) - If this is user's primary account within the SystemId.
  • shell (type: String.t, default: nil) - The path to the login shell for this account.
  • systemId (type: String.t, default: nil) - System identifier for which account Username or Uid apply to.
  • uid (type: String.t, default: nil) - The POSIX compliant user ID.
  • username (type: String.t, default: nil) - The username of the account.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Admin.Directory_v1.Model.UserPosixAccount{
  accountId: String.t() | nil,
  gecos: String.t() | nil,
  gid: String.t() | nil,
  homeDirectory: String.t() | nil,
  operatingSystemType: String.t() | nil,
  primary: boolean() | nil,
  shell: String.t() | nil,
  systemId: String.t() | nil,
  uid: String.t() | nil,
  username: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.