Interface Cloudbuildv2ConnectionBitbucketDataCenterConfig

    • Method Detail

      • getAuthorizerCredential

        @Stability(Stable)
        @NotNull
        Cloudbuildv2ConnectionBitbucketDataCenterConfigAuthorizerCredential getAuthorizerCredential()
        authorizer_credential block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloudbuildv2_connection#authorizer_credential Cloudbuildv2Connection#authorizer_credential}

      • getHostUri

        @Stability(Stable)
        @NotNull
        String getHostUri()
        The URI of the Bitbucket Data Center host this connection is for.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloudbuildv2_connection#host_uri Cloudbuildv2Connection#host_uri}

      • getReadAuthorizerCredential

        @Stability(Stable)
        @NotNull
        Cloudbuildv2ConnectionBitbucketDataCenterConfigReadAuthorizerCredential getReadAuthorizerCredential()
        read_authorizer_credential block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloudbuildv2_connection#read_authorizer_credential Cloudbuildv2Connection#read_authorizer_credential}

      • getWebhookSecretSecretVersion

        @Stability(Stable)
        @NotNull
        String getWebhookSecretSecretVersion()
        Required. Immutable. SecretManager resource containing the webhook secret used to verify webhook events, formatted as 'projects/* /secrets/* /versions/*'.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloudbuildv2_connection#webhook_secret_secret_version Cloudbuildv2Connection#webhook_secret_secret_version} Note: The above comment contained a comment block ending sequence (* followed by /). We have introduced a space between to prevent syntax errors. Please ignore the space.

      • getServiceDirectoryConfig

        @Stability(Stable)
        @Nullable
        default Cloudbuildv2ConnectionBitbucketDataCenterConfigServiceDirectoryConfig getServiceDirectoryConfig()
        service_directory_config block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloudbuildv2_connection#service_directory_config Cloudbuildv2Connection#service_directory_config}

      • getSslCa

        @Stability(Stable)
        @Nullable
        default String getSslCa()
        SSL certificate to use for requests to the Bitbucket Data Center.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloudbuildv2_connection#ssl_ca Cloudbuildv2Connection#ssl_ca}