Optional. A JSON Web Token (JWT) issuer URI. issuer must start with
https:// and be a valid URL with length <2000 characters.
If set, then Google will allow valid OIDC tokens from this issuer to
authenticate within the workload_identity_pool. OIDC discovery will be
performed on this URI to validate tokens from the issuer.
Clearing issuer disables Workload Identity. issuer cannot be directly
modified; it must be cleared (and Workload Identity disabled) before using
a new issuer (and re-enabling Workload Identity).
Optional. A JSON Web Token (JWT) issuer URI. issuer must start with
https:// and be a valid URL with length <2000 characters.
If set, then Google will allow valid OIDC tokens from this issuer to
authenticate within the workload_identity_pool. OIDC discovery will be
performed on this URI to validate tokens from the issuer.
Clearing issuer disables Workload Identity. issuer cannot be directly
modified; it must be cleared (and Workload Identity disabled) before using
a new issuer (and re-enabling Workload Identity).
Optional. OIDC verification keys for this Membership in JWKS format (RFC
7517).
When this field is set, OIDC discovery will NOT be performed on issuer,
and instead OIDC tokens will be validated using this field.
Output only. The name of the workload identity pool in which issuer will
be recognized.
There is a single Workload Identity Pool per Hub that is shared
between all Memberships that belong to that Hub. For a Hub hosted in
{PROJECT_ID}, the workload pool format is {PROJECT_ID}.hub.id.goog,
although this is subject to change in newer versions of this API.
Output only. The name of the workload identity pool in which issuer will
be recognized.
There is a single Workload Identity Pool per Hub that is shared
between all Memberships that belong to that Hub. For a Hub hosted in
{PROJECT_ID}, the workload pool format is {PROJECT_ID}.hub.id.goog,
although this is subject to change in newer versions of this API.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[],[],null,["# Interface AuthorityOrBuilder (0.16.0)\n\nVersion latestkeyboard_arrow_down\n\n- [0.16.0 (latest)](/java/docs/reference/google-cloudevent-types/latest/com.google.events.cloud.gkehub.v1.AuthorityOrBuilder)\n- [0.15.0](/java/docs/reference/google-cloudevent-types/0.15.0/com.google.events.cloud.gkehub.v1.AuthorityOrBuilder)\n- [0.14.1](/java/docs/reference/google-cloudevent-types/0.14.1/com.google.events.cloud.gkehub.v1.AuthorityOrBuilder) \n\n public interface AuthorityOrBuilder extends MessageOrBuilder\n\nImplements\n----------\n\n[MessageOrBuilder](https://cloud.google.com/java/docs/reference/protobuf/latest/com.google.protobuf.MessageOrBuilder.html)\n\nMethods\n-------\n\n### getIdentityProvider()\n\n public abstract String getIdentityProvider()\n\nOutput only. An identity provider that reflects the `issuer` in the\nworkload identity pool.\n\n`string identity_provider = 3;`\n\n### getIdentityProviderBytes()\n\n public abstract ByteString getIdentityProviderBytes()\n\nOutput only. An identity provider that reflects the `issuer` in the\nworkload identity pool.\n\n`string identity_provider = 3;`\n\n### getIssuer()\n\n public abstract String getIssuer()\n\nOptional. A JSON Web Token (JWT) issuer URI. `issuer` must start with\n`https://` and be a valid URL with length \\\u003c2000 characters.\nIf set, then Google will allow valid OIDC tokens from this issuer to\nauthenticate within the workload_identity_pool. OIDC discovery will be\nperformed on this URI to validate tokens from the issuer.\nClearing `issuer` disables Workload Identity. `issuer` cannot be directly\nmodified; it must be cleared (and Workload Identity disabled) before using\na new issuer (and re-enabling Workload Identity).\n\n`string issuer = 1;`\n\n### getIssuerBytes()\n\n public abstract ByteString getIssuerBytes()\n\nOptional. A JSON Web Token (JWT) issuer URI. `issuer` must start with\n`https://` and be a valid URL with length \\\u003c2000 characters.\nIf set, then Google will allow valid OIDC tokens from this issuer to\nauthenticate within the workload_identity_pool. OIDC discovery will be\nperformed on this URI to validate tokens from the issuer.\nClearing `issuer` disables Workload Identity. `issuer` cannot be directly\nmodified; it must be cleared (and Workload Identity disabled) before using\na new issuer (and re-enabling Workload Identity).\n\n`string issuer = 1;`\n\n### getOidcJwks()\n\n public abstract ByteString getOidcJwks()\n\nOptional. OIDC verification keys for this Membership in JWKS format (RFC\n7517).\nWhen this field is set, OIDC discovery will NOT be performed on `issuer`,\nand instead OIDC tokens will be validated using this field.\n\n`bytes oidc_jwks = 4;`\n\n### getWorkloadIdentityPool()\n\n public abstract String getWorkloadIdentityPool()\n\nOutput only. The name of the workload identity pool in which `issuer` will\nbe recognized.\nThere is a single Workload Identity Pool per Hub that is shared\nbetween all Memberships that belong to that Hub. For a Hub hosted in\n{PROJECT_ID}, the workload pool format is `{PROJECT_ID}.hub.id.goog`,\nalthough this is subject to change in newer versions of this API.\n\n`string workload_identity_pool = 2;`\n\n### getWorkloadIdentityPoolBytes()\n\n public abstract ByteString getWorkloadIdentityPoolBytes()\n\nOutput only. The name of the workload identity pool in which `issuer` will\nbe recognized.\nThere is a single Workload Identity Pool per Hub that is shared\nbetween all Memberships that belong to that Hub. For a Hub hosted in\n{PROJECT_ID}, the workload pool format is `{PROJECT_ID}.hub.id.goog`,\nalthough this is subject to change in newer versions of this API.\n\n`string workload_identity_pool = 2;`"]]