public interface AttachedOidcConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getIssuerUrl()
public abstract String getIssuerUrl() A JSON Web Token (JWT) issuer URI. issuer must start with https://.
string issuer_url = 1;
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
ByteString |
The jwks. |