Index
State(message)State.IdentityProviderState(enum)State.IdentityProviderStateDetail(message)
State
WorkloadIdentity: The membership-specific state for WorkloadIdentity feature.
| Fields | |
|---|---|
description |
Deprecated, this field will be erased after code is changed to use the new field. |
identity_provider_state_details |
The state of the Identity Providers corresponding to the membership. |
IdentityProviderState
IdentityProviderState represents the state of the Identity Provider for the membership.
| Enums | |
|---|---|
IDENTITY_PROVIDER_STATE_UNSPECIFIED |
Unknown state. |
IDENTITY_PROVIDER_STATE_OK |
The Identity Provider was created/updated successfully. |
IDENTITY_PROVIDER_STATE_ERROR |
The Identity Provider was not created/updated successfully. The error message is in the description field. |
IdentityProviderStateDetail
IdentityProviderStateDetail represents the state of an Identity Provider.
| Fields | |
|---|---|
code |
The state of the Identity Provider. |
description |
A human-readable description of the current state or returned error. |