certificatePolicy

@JvmName(name = "aisjfpcrqkxddeyc")
suspend fun certificatePolicy(value: Output<CertifiateCertificatePolicyArgs>)
@JvmName(name = "gdsctmhvhjocgoyd")
suspend fun certificatePolicy(value: CertifiateCertificatePolicyArgs?)

Parameters

value

A certificate_policy block as defined below. Changing this 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 = "jplwixwcwuqtlofs")
suspend fun certificatePolicy(argument: suspend CertifiateCertificatePolicyArgsBuilder.() -> Unit)

Parameters

argument

A certificate_policy block as defined below. Changing this 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.