public interface WorkloadIdentityConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getIdentityProvider()
public abstract String getIdentityProvider()The ID of the OIDC Identity Provider (IdP) associated to the Workload Identity Pool.
string identity_provider = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The identityProvider. |
getIdentityProviderBytes()
public abstract ByteString getIdentityProviderBytes()The ID of the OIDC Identity Provider (IdP) associated to the Workload Identity Pool.
string identity_provider = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for identityProvider. |
getIssuerUri()
public abstract String getIssuerUri()The OIDC issuer URL for this cluster.
string issuer_uri = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The issuerUri. |
getIssuerUriBytes()
public abstract ByteString getIssuerUriBytes()The OIDC issuer URL for this cluster.
string issuer_uri = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for issuerUri. |
getWorkloadPool()
public abstract String getWorkloadPool()The Workload Identity Pool associated to the cluster.
string workload_pool = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The workloadPool. |
getWorkloadPoolBytes()
public abstract ByteString getWorkloadPoolBytes()The Workload Identity Pool associated to the cluster.
string workload_pool = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for workloadPool. |