predefinedValues

@JvmName(name = "qpniqnuoqeujnaux")
suspend fun predefinedValues(value: Output<CertificateTemplatePredefinedValuesArgs>)
@JvmName(name = "jggrcftmchnudblw")
suspend fun predefinedValues(value: CertificateTemplatePredefinedValuesArgs?)

Parameters

value

Optional. A set of X.509 values that will be applied to all issued certificates that use this template. If the certificate request includes conflicting values for the same properties, they will be overwritten by the values defined here. If the issuing CaPool's IssuancePolicy defines conflicting baseline_values for the same properties, the certificate issuance request will fail. Structure is documented below.


@JvmName(name = "cgthkdsqeflepcfj")
suspend fun predefinedValues(argument: suspend CertificateTemplatePredefinedValuesArgsBuilder.() -> Unit)

Parameters

argument

Optional. A set of X.509 values that will be applied to all issued certificates that use this template. If the certificate request includes conflicting values for the same properties, they will be overwritten by the values defined here. If the issuing CaPool's IssuancePolicy defines conflicting baseline_values for the same properties, the certificate issuance request will fail. Structure is documented below.