certificatePolicy

@JvmName(name = "tmeqxlfpvaljdwik")
suspend fun certificatePolicy(value: Output<CertificateCertificatePolicyArgs>)
@JvmName(name = "curdpopmuhrixbkd")
suspend fun certificatePolicy(value: CertificateCertificatePolicyArgs?)

Parameters

value

A certificate_policy block as defined below. Changing this (except the lifetime_action field) will create a new version of the Key Vault Certificate.

NOTE: When creating a Key Vault Certificate, at least one of certificate or certificate_policy is required. Provide certificate to import an existing certificate, certificate_policy to generate a new certificate.


@JvmName(name = "gofyqgtqimncvxvm")
suspend fun certificatePolicy(argument: suspend CertificateCertificatePolicyArgsBuilder.() -> Unit)

Parameters

argument

A certificate_policy block as defined below. Changing this (except the lifetime_action field) will create a new version of the Key Vault Certificate.

NOTE: When creating a Key Vault Certificate, at least one of certificate or certificate_policy is required. Provide certificate to import an existing certificate, certificate_policy to generate a new certificate.