Class IntegrationsAuthConfigClientCertificate.Jsii$Proxy

    • Method Detail

      • getEncryptedPrivateKey

        public final String getEncryptedPrivateKey()
        Description copied from interface: IntegrationsAuthConfigClientCertificate
        The ssl certificate encoded in PEM format. This string must include the begin header and end footer lines.

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

        Specified by:
        getEncryptedPrivateKey in interface IntegrationsAuthConfigClientCertificate
      • getSslCertificate

        public final String getSslCertificate()
        Description copied from interface: IntegrationsAuthConfigClientCertificate
        The ssl certificate encoded in PEM format. This string must include the begin header and end footer lines.

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

        Specified by:
        getSslCertificate in interface IntegrationsAuthConfigClientCertificate
      • getPassphrase

        public final String getPassphrase()
        Description copied from interface: IntegrationsAuthConfigClientCertificate
        'passphrase' should be left unset if private key is not encrypted.

        Note that 'passphrase' is not the password for web server, but an extra layer of security to protected private key. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/integrations_auth_config#passphrase IntegrationsAuthConfig#passphrase}

        Specified by:
        getPassphrase in interface IntegrationsAuthConfigClientCertificate
      • $jsii$toJson

        @Internal
        public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
        Specified by:
        $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object