compromisedState property
Represents whether the Device is compromised.
Output only. Possible string values are:
- "COMPROMISED_STATE_UNSPECIFIED" : Default value.
- "COMPROMISED" : The device is compromised (currently, this means Android device is rooted).
- "UNCOMPROMISED" : The device is safe (currently, this means Android device is unrooted).
Implementation
core.String? compromisedState;