baselineValues

@JvmName(name = "boowwtrkqqpbhglp")
suspend fun baselineValues(value: Output<CaPoolIssuancePolicyBaselineValuesArgs>)
@JvmName(name = "bgdgstpyjerqbcdr")
suspend fun baselineValues(value: CaPoolIssuancePolicyBaselineValuesArgs?)

Parameters

value

A set of X.509 values that will be applied to all certificates issued through this CaPool. If a certificate request includes conflicting values for the same properties, they will be overwritten by the values defined here. If a certificate request uses a CertificateTemplate that defines conflicting predefinedValues for the same properties, the certificate issuance request will fail. Structure is documented below.


@JvmName(name = "emsrsjxbdogbpplh")
suspend fun baselineValues(argument: suspend CaPoolIssuancePolicyBaselineValuesArgsBuilder.() -> Unit)

Parameters

argument

A set of X.509 values that will be applied to all certificates issued through this CaPool. If a certificate request includes conflicting values for the same properties, they will be overwritten by the values defined here. If a certificate request uses a CertificateTemplate that defines conflicting predefinedValues for the same properties, the certificate issuance request will fail. Structure is documented below.