claims property
The provisioning claims for a device.
Devices claimed for zero-touch enrollment have a claim with the type
SECTION_TYPE_ZERO_TOUCH
. Call partners.devices.unclaim
or
partners.devices.unclaimAsync
to remove the device from zero-touch
enrollment.
Output only.
Implementation
core.List<DeviceClaim>? claims;