state property
The state of the provider.
Output only. Possible string values are:
- "STATE_UNSPECIFIED" : State unspecified.
- "ACTIVE" : The provider is active, and may be used to validate authentication credentials.
- "DELETED" : The provider is soft-deleted. Soft-deleted providers are permanently deleted after approximately 30 days. You can restore a soft-deleted provider using UndeleteWorkloadIdentityPoolProvider. You cannot reuse the ID of a soft-deleted provider until it is permanently deleted.
Implementation
core.String? state;