Interface IntegrationConnectorsConnectionEventingConfigAuthConfig

    • Method Detail

      • getAuthType

        @Stability(Stable)
        @NotNull
        String getAuthType()
        authType of the Connection Possible values: ["USER_PASSWORD"].

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/integration_connectors_connection#auth_type IntegrationConnectorsConnection#auth_type}

      • getUserPassword

        @Stability(Stable)
        @NotNull
        IntegrationConnectorsConnectionEventingConfigAuthConfigUserPassword getUserPassword()
        user_password block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/integration_connectors_connection#user_password IntegrationConnectorsConnection#user_password}

      • getAdditionalVariable

        @Stability(Stable)
        @Nullable
        default Object getAdditionalVariable()
        additional_variable block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/integration_connectors_connection#additional_variable IntegrationConnectorsConnection#additional_variable}

      • getAuthKey

        @Stability(Stable)
        @Nullable
        default String getAuthKey()
        The type of authentication configured.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/integration_connectors_connection#auth_key IntegrationConnectorsConnection#auth_key}