profileKeyTrustLevel property

String? profileKeyTrustLevel
getter/setter pair

Profile attested key trust level. Possible string values are:

  • "KEY_TRUST_LEVEL_UNSPECIFIED" : UNSPECIFIED.
  • "CHROME_OS_VERIFIED_MODE" : ChromeOS device in verified mode.
  • "CHROME_OS_DEVELOPER_MODE" : ChromeOS device in developer mode.
  • "CHROME_BROWSER_HW_KEY" : Chrome Browser with the key stored in the device hardware.
  • "CHROME_BROWSER_OS_KEY" : Chrome Browser with the key stored at OS level.
  • "CHROME_BROWSER_NO_KEY" : Chrome Browser without an attestation key.

Implementation

core.String? profileKeyTrustLevel;