CloudServiceVaultCertificateResponse

data class CloudServiceVaultCertificateResponse(val certificateUrl: String? = null)

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: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val certificateUrl: String? = null

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