google_api_android_enterprise v0.21.0 GoogleApi.AndroidEnterprise.V1.Model.User View Source
A Users resource represents an account associated with an enterprise. The account may be specific to a device or to an individual user (who can then use the account across multiple devices). The account may provide access to managed Google Play only, or to other Google services, depending on the identity model:
- <li>The Google managed domain identity model requires synchronization toGoogle account sources (via <code>primaryEmail</code>).</li><li>The managed Google Play Accounts identity model provides a dynamic meansfor enterprises to create user or device accounts as needed. These accountsprovide access to managed Google Play.</li></ul>## Attributes* `accountIdentifier` (*type:* `String.t`, *default:* `nil`) - A unique identifier you create for this user, such as "user342" or "asset#44418". Do not use personally identifiable information (PII) for this property. Must always be set for EMM-managed users. Not set for Google-managed users.* `accountType` (*type:* `String.t`, *default:* `nil`) - The type of account that this user represents. A <code>userAccount</code> can be installed on multiple devices, but a <code>deviceAccount</code> is specific to a single device. An EMM-managed user (<code>emmManaged</code>) can be either type (<code>userAccount</code>, <code>deviceAccount</code>), but a Google-managed user (<code>googleManaged</code>) is always a <code>userAccount</code>.* `displayName` (*type:* `String.t`, *default:* `nil`) - The name that will appear in user interfaces. Setting this property is optional when creating EMM-managed users. If you do set this property, use something generic about the organization (such as "Example, Inc.") or your name (as EMM). Not used for Google-managed user accounts. @mutable androidenterprise.users.update* `id` (*type:* `String.t`, *default:* `nil`) - The unique ID for the user.* `managementType` (*type:* `String.t`, *default:* `nil`) - The entity that manages the user. With <code>googleManaged</code> users, the source of truth is Google so EMMs have to make sure a Google Account exists for the user. With <code>emmManaged</code> users, the EMM is in charge.* `primaryEmail` (*type:* `String.t`, *default:* `nil`) - The user's primary email address, for example, "jsmith@example.com". Will always be set for Google managed users and not set for EMM managed users.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.