google_api_android_enterprise v0.7.0 GoogleApi.AndroidEnterprise.V1.Model.UserToken View Source

A UserToken is used by a user when setting up a managed device or profile with their managed Google Play account on a device. When the user enters their email address and token (activation code) the appropriate EMM app can be automatically downloaded.

Attributes

  • kind (String.t): Identifies what kind of resource this is. Value: the fixed string "androidenterprise#userToken". Defaults to androidenterprise#userToken.
  • token (String.t): The token (activation code) to be entered by the user. This consists of a sequence of decimal digits. Note that the leading digit may be 0. Defaults to nil.
  • userId (String.t): The unique ID for the user. Defaults to nil.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t() View Source
t() :: %GoogleApi.AndroidEnterprise.V1.Model.UserToken{
  kind: String.t(),
  token: String.t(),
  userId: String.t()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.