Interface IntegrationsAuthConfigDecryptedCredentialOidcToken

    • Method Detail

      • getAudience

        @Stability(Stable)
        @Nullable
        default String getAudience()
        Audience to be used when generating OIDC token.

        The audience claim identifies the recipients that the JWT is intended for. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/integrations_auth_config#audience IntegrationsAuthConfig#audience}

      • getServiceAccountEmail

        @Stability(Stable)
        @Nullable
        default String getServiceAccountEmail()
        The service account email to be used as the identity for the token.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/integrations_auth_config#service_account_email IntegrationsAuthConfig#service_account_email}