View Source GoogleApi.AndroidManagement.V1.Model.User (google_api_android_management v0.48.2)

A user belonging to an enterprise.

Attributes

  • accountIdentifier (type: String.t, default: nil) - A unique identifier you create for this user, such as user342 or asset#44418. This field must be set when the user is created and can't be updated. This field must not contain personally identifiable information (PII). This identifier must be 1024 characters or less; otherwise, the update policy request will fail.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AndroidManagement.V1.Model.User{
  accountIdentifier: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.