devicePosture property

String? devicePosture
getter/setter pair

Device's security posture value. Possible string values are:

  • "POSTURE_UNSPECIFIED" : Unspecified. There is no posture detail for this posture value.
  • "SECURE" : This device is secure.
  • "AT_RISK" : This device may be more vulnerable to malicious actors than is recommended for use with corporate data.
  • "POTENTIALLY_COMPROMISED" : This device may be compromised and corporate data may be accessible to unauthorized actors.

Implementation

core.String? devicePosture;