Interface WorkloadIdentityConfigOrBuilder (0.15.0)

public interface WorkloadIdentityConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getIdentityProvider()

public abstract String getIdentityProvider()

The ID of the OIDC Identity Provider (IdP) associated to the Workload Identity Pool.

string identity_provider = 3;

Returns
TypeDescription
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
TypeDescription
ByteString

The bytes for identityProvider.

getIssuerUri()

public abstract String getIssuerUri()

The OIDC issuer URL for this cluster.

string issuer_uri = 1;

Returns
TypeDescription
String

The issuerUri.

getIssuerUriBytes()

public abstract ByteString getIssuerUriBytes()

The OIDC issuer URL for this cluster.

string issuer_uri = 1;

Returns
TypeDescription
ByteString

The bytes for issuerUri.

getWorkloadPool()

public abstract String getWorkloadPool()

The Workload Identity Pool associated to the cluster.

string workload_pool = 2;

Returns
TypeDescription
String

The workloadPool.

getWorkloadPoolBytes()

public abstract ByteString getWorkloadPoolBytes()

The Workload Identity Pool associated to the cluster.

string workload_pool = 2;

Returns
TypeDescription
ByteString

The bytes for workloadPool.