state property

String? state
getter/setter pair

The state of the namespace.

Output only. Possible string values are:

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

Implementation

core.String? state;