google_api_android_management v0.5.0 GoogleApi.AndroidManagement.V1.Model.EnrollmentToken View Source

An enrollment token.

Attributes

  • additionalData (String.t): Optional, arbitrary data associated with the enrollment token. This could contain, for example, the ID of an org unit the device is assigned to after enrollment. After a device enrolls with the token, this data will be exposed in the enrollment_token_data field of the Device resource. The data must be 1024 characters or less; otherwise, the creation request will fail. Defaults to: null.
  • duration (String.t): The length of time the enrollment token is valid, ranging from 1 minute to 30 days. If not specified, the default duration is 1 hour. Defaults to: null.
  • expirationTimestamp (DateTime.t): The expiration time of the token. This is a read-only field generated by the server. Defaults to: null.
  • name (String.t): The name of the enrollment token, which is generated by the server during creation, in the form enterprises/{enterpriseId}/enrollmentTokens/{enrollmentTokenId}. Defaults to: null.
  • oneTimeOnly (boolean()): Whether the enrollment token is for one time use only. If the flag is set to true, only one device can use it for registration. Defaults to: null.
  • policyName (String.t): The name of the policy initially applied to the enrolled device, in the form enterprises/{enterpriseId}/policies/{policyId}. If not specified, the policy_name for the device’s user is applied. If user_name is also not specified, enterprises/{enterpriseId}/policies/default is applied by default. When updating this field, you can specify only the policyId as long as the policyId doesn’t contain any slashes. The rest of the policy name will be inferred. Defaults to: null.
  • qrCode (String.t): A JSON string whose UTF-8 representation can be used to generate a QR code to enroll a device with this enrollment token. To enroll a device using NFC, the NFC record must contain a serialized java.util.Properties representation of the properties in the JSON. Defaults to: null.
  • user (User): The user associated with this enrollment token. If it's specified when the enrollment token is created and the user does not exist, the user will be created. This field must not contain personally identifiable information. Only the account_identifier field needs to be set. Defaults to: null.
  • value (String.t): The token value that's passed to the device and authorizes the device to enroll. This is a read-only field generated by the server. Defaults to: null.

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.AndroidManagement.V1.Model.EnrollmentToken{
  additionalData: any(),
  duration: any(),
  expirationTimestamp: DateTime.t(),
  name: any(),
  oneTimeOnly: any(),
  policyName: any(),
  qrCode: any(),
  user: GoogleApi.AndroidManagement.V1.Model.User.t(),
  value: any()
}

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.