google_api_vault v0.15.0 GoogleApi.Vault.V1.Model.HeldAccount View Source

An account being held in a particular hold. This structure is immutable. This can be either a single user or a google group, depending on the corpus.

Attributes

  • accountId (type: String.t, default: nil) - The account's ID as provided by the <a href="https://developers.google.com/admin-sdk/">Admin SDK</a>.
  • email (type: String.t, default: nil) - The primary email address of the account. If used as an input, this takes precedence over account ID.
  • firstName (type: String.t, default: nil) - Output only. The first name of the account holder.
  • holdTime (type: DateTime.t, default: nil) - Output only. When the account was put on hold.
  • lastName (type: String.t, default: nil) - Output only. The last name of the account holder.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Vault.V1.Model.HeldAccount{
  accountId: String.t(),
  email: String.t(),
  firstName: String.t(),
  holdTime: DateTime.t(),
  lastName: String.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.