Package google.cloud.gkehub.workloadidentity.v2

Index

State

WorkloadIdentity: The membership-specific state for WorkloadIdentity feature.

Fields
description

string

Deprecated, this field will be erased after code is changed to use the new field.

identity_provider_state_details

map<string, State.IdentityProviderStateDetail>

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

State.IdentityProviderState

The state of the Identity Provider.

description

string

A human-readable description of the current state or returned error.