managementState property
Management state of the user on the device.
Output only. Possible string values are:
- "MANAGEMENT_STATE_UNSPECIFIED" : Default value. This value is unused.
- "WIPING" : This user's data and profile is being removed from the device.
- "WIPED" : This user's data and profile is removed from the device.
- "APPROVED" : User is approved to access data on the device.
- "BLOCKED" : User is blocked from accessing data on the device.
- "PENDING_APPROVAL" : User is awaiting approval.
- "UNENROLLED" : User is unenrolled from Advanced Windows Management, but the Windows account is still intact.
Implementation
core.String? managementState;