Description
:
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.
Location
:
query
Type
:
string
enrollmentToken.enrollmentTokenType
Description
:
[Required] The type of the enrollment token.
Location
:
query
Type
:
string
Enum Descriptions
:
The value is unused.
The enrollment token is for a userless device.
The enrollment token is for a user device.
Enum
:
enrollmentTokenTypeUnspecified
userlessDevice
userDevice
enrollmentToken.duration
Description
:
[Optional] The length of time the enrollment token is valid, ranging from 1 minute to [`Durations.MAX_VALUE`](https://developers.google.com/protocol-buffers/docs/reference/java/com/google/protobuf/util/Durations.html#MAX_VALUE), approximately 10,000 years. If not specified, the default duration is 1 hour.