code property
The state of the Workload Identity Pool. Possible string values are:
- "WORKLOAD_IDENTITY_POOL_STATE_UNSPECIFIED" : Unknown state.
- "WORKLOAD_IDENTITY_POOL_STATE_OK" : The Workload Identity Pool was created/updated successfully.
- "WORKLOAD_IDENTITY_POOL_STATE_ERROR" : The Workload Identity Pool was not created/updated successfully. The error message is in the description field.
Implementation
core.String? code;