enrollmentTokenType property

String? enrollmentTokenType
getter/setter pair

The type of the enrollment token.

Required. Possible string values are:

  • "enrollmentTokenTypeUnspecified" : The value is unused.
  • "userlessDevice" : The enrollment token is for a userless device.
  • "userDevice" : The enrollment token is for a user device.

Implementation

core.String? enrollmentTokenType;