Interface PrivatecaCertificateTemplateIdentityConstraints

    • Method Detail

      • getAllowSubjectAltNamesPassthrough

        @Stability(Stable)
        @NotNull
        Object getAllowSubjectAltNamesPassthrough()
        Required.

        If this is true, the SubjectAltNames extension may be copied from a certificate request into the signed certificate. Otherwise, the requested SubjectAltNames will be discarded. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/privateca_certificate_template#allow_subject_alt_names_passthrough PrivatecaCertificateTemplate#allow_subject_alt_names_passthrough}

      • getAllowSubjectPassthrough

        @Stability(Stable)
        @NotNull
        Object getAllowSubjectPassthrough()
        Required.

        If this is true, the Subject field may be copied from a certificate request into the signed certificate. Otherwise, the requested Subject will be discarded. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/privateca_certificate_template#allow_subject_passthrough PrivatecaCertificateTemplate#allow_subject_passthrough}

      • getCelExpression

        @Stability(Stable)
        @Nullable
        default PrivatecaCertificateTemplateIdentityConstraintsCelExpression getCelExpression()
        cel_expression block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/privateca_certificate_template#cel_expression PrivatecaCertificateTemplate#cel_expression}