google_api_android_enterprise v0.8.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
(type:String.t
, default:androidenterprise#userToken
) - Identifies what kind of resource this is. Value: the fixed string "androidenterprise#userToken".token
(type:String.t
, default:nil
) - 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.userId
(type:String.t
, default:nil
) - The unique ID for the user.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.