predefinedValues

@JvmName(name = "btcpecomjksqavoj")
suspend fun predefinedValues(value: Output<X509ParametersArgs>)
@JvmName(name = "wqasvuwnrmisgrlu")
suspend fun predefinedValues(value: X509ParametersArgs?)

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.


@JvmName(name = "lgnwvngiahvsabxo")
suspend fun predefinedValues(argument: suspend X509ParametersArgsBuilder.() -> 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.