key property

String? key
getter/setter pair

The key for this extended status. Possible string values are:

  • "SERVICE_ACCOUNT_KEY_EXTENDED_STATUS_KEY_UNSPECIFIED" : Unspecified extended status, should not be used.
  • "SERVICE_ACCOUNT_KEY_EXTENDED_STATUS_KEY_EXPOSED" : This key has been detected as exposed. extended_status_value may contain information about the exposure (public GitHub repo, open internet, etc.)
  • "SERVICE_ACCOUNT_KEY_EXTENDED_STATUS_KEY_COMPROMISE_DETECTED" : This key was implicated in a compromise or other attack. extended_status_value may contain information about the abuse perpetrated.

Implementation

core.String? key;