Class PrivatecaCertificateConfigX509ConfigCaOptions.Jsii$Proxy

    • Method Detail

      • getMaxIssuerPathLength

        public final Number getMaxIssuerPathLength()
        Description copied from interface: PrivatecaCertificateConfigX509ConfigCaOptions
        Refers to the "path length constraint" in Basic Constraints extension.

        For a CA certificate, this value describes the depth of subordinate CA certificates that are allowed. If this value is less than 0, the request will fail. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/privateca_certificate#max_issuer_path_length PrivatecaCertificate#max_issuer_path_length}

        Specified by:
        getMaxIssuerPathLength in interface PrivatecaCertificateConfigX509ConfigCaOptions
      • getNonCa

        public final Object getNonCa()
        Description copied from interface: PrivatecaCertificateConfigX509ConfigCaOptions
        When true, the "CA" in Basic Constraints extension will be set to false.

        If both 'is_ca' and 'non_ca' are unset, the extension will be omitted from the CA certificate. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/privateca_certificate#non_ca PrivatecaCertificate#non_ca}

        Specified by:
        getNonCa in interface PrivatecaCertificateConfigX509ConfigCaOptions
      • getZeroMaxIssuerPathLength

        public final Object getZeroMaxIssuerPathLength()
        Description copied from interface: PrivatecaCertificateConfigX509ConfigCaOptions
        When true, the "path length constraint" in Basic Constraints extension will be set to 0.

        if both 'max_issuer_path_length' and 'zero_max_issuer_path_length' are unset, the max path length will be omitted from the CA certificate. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/privateca_certificate#zero_max_issuer_path_length PrivatecaCertificate#zero_max_issuer_path_length}

        Specified by:
        getZeroMaxIssuerPathLength in interface PrivatecaCertificateConfigX509ConfigCaOptions
      • $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