(::String) — Output only. An identity provider that reflects the issuer in the
workload identity pool.
#issuer
defissuer()->::String
Returns
(::String) — 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).
#issuer=
defissuer=(value)->::String
Parameter
value (::String) — 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).
Returns
(::String) — 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).
#oidc_jwks
defoidc_jwks()->::String
Returns
(::String) — 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.
#oidc_jwks=
defoidc_jwks=(value)->::String
Parameter
value (::String) — 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.
Returns
(::String) — 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.
#workload_identity_pool
defworkload_identity_pool()->::String
Returns
(::String) — 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-28 UTC."],[],[],null,["# GKE Hub V1beta1 API - Class Google::Cloud::GkeHub::V1beta1::Authority (v0.15.0)\n\nVersion latestkeyboard_arrow_down\n\n- [0.15.0 (latest)](/ruby/docs/reference/google-cloud-gke_hub-v1beta1/latest/Google-Cloud-GkeHub-V1beta1-Authority)\n- [0.14.1](/ruby/docs/reference/google-cloud-gke_hub-v1beta1/0.14.1/Google-Cloud-GkeHub-V1beta1-Authority)\n- [0.13.0](/ruby/docs/reference/google-cloud-gke_hub-v1beta1/0.13.0/Google-Cloud-GkeHub-V1beta1-Authority)\n- [0.12.0](/ruby/docs/reference/google-cloud-gke_hub-v1beta1/0.12.0/Google-Cloud-GkeHub-V1beta1-Authority)\n- [0.11.1](/ruby/docs/reference/google-cloud-gke_hub-v1beta1/0.11.1/Google-Cloud-GkeHub-V1beta1-Authority)\n- [0.10.2](/ruby/docs/reference/google-cloud-gke_hub-v1beta1/0.10.2/Google-Cloud-GkeHub-V1beta1-Authority)\n- [0.9.0](/ruby/docs/reference/google-cloud-gke_hub-v1beta1/0.9.0/Google-Cloud-GkeHub-V1beta1-Authority)\n- [0.8.0](/ruby/docs/reference/google-cloud-gke_hub-v1beta1/0.8.0/Google-Cloud-GkeHub-V1beta1-Authority)\n- [0.7.0](/ruby/docs/reference/google-cloud-gke_hub-v1beta1/0.7.0/Google-Cloud-GkeHub-V1beta1-Authority)\n- [0.6.0](/ruby/docs/reference/google-cloud-gke_hub-v1beta1/0.6.0/Google-Cloud-GkeHub-V1beta1-Authority)\n- [0.5.0](/ruby/docs/reference/google-cloud-gke_hub-v1beta1/0.5.0/Google-Cloud-GkeHub-V1beta1-Authority)\n- [0.4.0](/ruby/docs/reference/google-cloud-gke_hub-v1beta1/0.4.0/Google-Cloud-GkeHub-V1beta1-Authority)\n- [0.3.0](/ruby/docs/reference/google-cloud-gke_hub-v1beta1/0.3.0/Google-Cloud-GkeHub-V1beta1-Authority)\n- [0.2.2](/ruby/docs/reference/google-cloud-gke_hub-v1beta1/0.2.2/Google-Cloud-GkeHub-V1beta1-Authority) \nReference documentation and code samples for the GKE Hub V1beta1 API class Google::Cloud::GkeHub::V1beta1::Authority.\n\nAuthority encodes how Google will recognize identities from this Membership.\nSee the workload identity documentation for more details:\n\u003chttps://cloud.google.com/kubernetes-engine/docs/how-to/workload-identity\u003e \n\nInherits\n--------\n\n- Object \n\nExtended By\n-----------\n\n- Google::Protobuf::MessageExts::ClassMethods \n\nIncludes\n--------\n\n- Google::Protobuf::MessageExts\n\nMethods\n-------\n\n### #identity_provider\n\n def identity_provider() -\u003e ::String\n\n**Returns**\n\n- (::String) --- Output only. An identity provider that reflects the `issuer` in the workload identity pool.\n\n### #issuer\n\n def issuer() -\u003e ::String\n\n**Returns**\n\n- (::String) --- Optional. A JSON Web Token (JWT) issuer URI. `issuer` must start with `https://` and be a valid URL with length \\\u003c2000 characters.\n\n\n If set, then Google will allow valid OIDC tokens from this issuer to\n authenticate within the workload_identity_pool. OIDC discovery will be\n performed on this URI to validate tokens from the issuer.\n\n Clearing `issuer` disables Workload Identity. `issuer` cannot be directly\n modified; it must be cleared (and Workload Identity disabled) before using\n a new issuer (and re-enabling Workload Identity).\n\n### #issuer=\n\n def issuer=(value) -\u003e ::String\n\n**Parameter**\n\n- **value** (::String) --- Optional. A JSON Web Token (JWT) issuer URI. `issuer` must start with `https://` and be a valid URL with length \\\u003c2000 characters.\n\n\n If set, then Google will allow valid OIDC tokens from this issuer to\n authenticate within the workload_identity_pool. OIDC discovery will be\n performed on this URI to validate tokens from the issuer.\n\n Clearing `issuer` disables Workload Identity. `issuer` cannot be directly\n modified; it must be cleared (and Workload Identity disabled) before using\na new issuer (and re-enabling Workload Identity). \n**Returns**\n\n- (::String) --- Optional. A JSON Web Token (JWT) issuer URI. `issuer` must start with `https://` and be a valid URL with length \\\u003c2000 characters.\n\n\n If set, then Google will allow valid OIDC tokens from this issuer to\n authenticate within the workload_identity_pool. OIDC discovery will be\n performed on this URI to validate tokens from the issuer.\n\n Clearing `issuer` disables Workload Identity. `issuer` cannot be directly\n modified; it must be cleared (and Workload Identity disabled) before using\n a new issuer (and re-enabling Workload Identity).\n\n### #oidc_jwks\n\n def oidc_jwks() -\u003e ::String\n\n**Returns**\n\n- (::String) --- Optional. OIDC verification keys for this Membership in JWKS format (RFC 7517).\n\n When this field is set, OIDC discovery will NOT be performed on `issuer`,\n and instead OIDC tokens will be validated using this field.\n\n### #oidc_jwks=\n\n def oidc_jwks=(value) -\u003e ::String\n\n**Parameter**\n\n- **value** (::String) --- Optional. OIDC verification keys for this Membership in JWKS format (RFC 7517).\n\n\n When this field is set, OIDC discovery will NOT be performed on `issuer`,\nand instead OIDC tokens will be validated using this field. \n**Returns**\n\n- (::String) --- Optional. OIDC verification keys for this Membership in JWKS format (RFC 7517).\n\n When this field is set, OIDC discovery will NOT be performed on `issuer`,\n and instead OIDC tokens will be validated using this field.\n\n### #workload_identity_pool\n\n def workload_identity_pool() -\u003e ::String\n\n**Returns**\n\n- (::String) --- Output only. The name of the workload identity pool in which `issuer` will be recognized.\n\n\n There is a single Workload Identity Pool per Hub that is shared\n between 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`,\n although this is subject to change in newer versions of this API."]]