additionalData property

String? additionalData
getter/setter pair

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.

Implementation

core.String? additionalData;