state property

String? state
getter/setter pair

The state of the key.

Output only. Possible string values are:

  • "STATE_UNSPECIFIED" : State unspecified.
  • "ACTIVE" : The key is active.
  • "DELETED" : The key is soft-deleted. Soft-deleted keys are permanently deleted after approximately 30 days. You can restore a soft-deleted key using UndeleteWorkforcePoolProviderKey.

Implementation

core.String? state;