CloudServiceVaultCertificateArgs

data class CloudServiceVaultCertificateArgs(val certificateUrl: Output<String>? = null) : ConvertibleToJava<CloudServiceVaultCertificateArgs>

Describes a single certificate reference in a Key Vault, and where the certificate should reside on the role instance.

Constructors

Link copied to clipboard
constructor(certificateUrl: Output<String>? = null)

Properties

Link copied to clipboard
val certificateUrl: Output<String>? = null

This is the URL of a certificate that has been uploaded to Key Vault as a secret.

Functions

Link copied to clipboard
open override fun toJava(): CloudServiceVaultCertificateArgs