Interface AttachedOidcConfigOrBuilder (0.39.0)

public interface AttachedOidcConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getIssuerUrl()

public abstract String getIssuerUrl()

A JSON Web Token (JWT) issuer URI. issuer must start with https://.

string issuer_url = 1;

Returns
TypeDescription
String

The issuerUrl.

getIssuerUrlBytes()

public abstract ByteString getIssuerUrlBytes()

A JSON Web Token (JWT) issuer URI. issuer must start with https://.

string issuer_url = 1;

Returns
TypeDescription
ByteString

The bytes for issuerUrl.

getJwks()

public abstract ByteString getJwks()

Optional. OIDC verification keys in JWKS format (RFC 7517). It contains a list of OIDC verification keys that can be used to verify OIDC JWTs.

This field is required for cluster that doesn't have a publicly available discovery endpoint. When provided, it will be directly used to verify the OIDC JWT asserted by the IDP.

bytes jwks = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
ByteString

The jwks.