Interface PrivatecaCaPoolIssuancePolicyIdentityConstraints

    • Method Detail

      • getAllowSubjectAltNamesPassthrough

        @Stability(Stable)
        @NotNull
        Object getAllowSubjectAltNamesPassthrough()
        If this is set, 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_ca_pool#allow_subject_alt_names_passthrough PrivatecaCaPool#allow_subject_alt_names_passthrough}

      • getAllowSubjectPassthrough

        @Stability(Stable)
        @NotNull
        Object getAllowSubjectPassthrough()
        If this is set, 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_ca_pool#allow_subject_passthrough PrivatecaCaPool#allow_subject_passthrough}

      • getCelExpression

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

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