Class PrivatecaCertificateAuthorityConfigX509ConfigCaOptions.Jsii$Proxy

    • Method Detail

      • getMaxIssuerPathLength

        public final Number getMaxIssuerPathLength()
        Description copied from interface: PrivatecaCertificateAuthorityConfigX509ConfigCaOptions
        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. Setting the value to 0 requires setting 'zero_max_issuer_path_length = true'. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/privateca_certificate_authority#max_issuer_path_length PrivatecaCertificateAuthority#max_issuer_path_length}

        Specified by:
        getMaxIssuerPathLength in interface PrivatecaCertificateAuthorityConfigX509ConfigCaOptions
      • getZeroMaxIssuerPathLength

        public final Object getZeroMaxIssuerPathLength()
        Description copied from interface: PrivatecaCertificateAuthorityConfigX509ConfigCaOptions
        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_authority#zero_max_issuer_path_length PrivatecaCertificateAuthority#zero_max_issuer_path_length}

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