certificatePolicy

@JvmName(name = "buppefktabblaeqj")
suspend fun certificatePolicy(value: Output<CertificateCertificatePolicyArgs>)
@JvmName(name = "wsqsbhfnqcxyaibq")
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 = "lbbckxvcjgrilhqi")
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.