sectionType property

String? sectionType
getter/setter pair

The section type of the device's provisioning record.

Required. Possible string values are:

  • "SECTION_TYPE_UNSPECIFIED" : Unspecified section type.
  • "SECTION_TYPE_SIM_LOCK" : SIM-lock section type.
  • "SECTION_TYPE_ZERO_TOUCH" : Zero-touch enrollment section type.

Implementation

core.String? sectionType;