GoogleApi.Vault.V1.Model.HeldAccount (google_api_vault v0.18.0) 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 Admin SDK. -
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
Unwrap a decoded JSON object into its complex fields.