state property

String? state
getter/setter pair

The state of the managed identity.

Output only. Possible string values are:

  • "STATE_UNSPECIFIED" : State unspecified.
  • "ACTIVE" : The managed identity is active.
  • "DELETED" : The managed identity is soft-deleted. Soft-deleted managed identities are permanently deleted after approximately 30 days. You can restore a soft-deleted managed identity using UndeleteWorkloadIdentityPoolManagedIdentity. You cannot reuse the ID of a soft-deleted managed identity until it is permanently deleted.

Implementation

core.String? state;