AccountKeyVaultReference

data class AccountKeyVaultReference(val id: String, val url: String)

Constructors

Link copied to clipboard
constructor(id: String, url: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

The Azure identifier of the Azure KeyVault to use.

Link copied to clipboard
val url: String

The HTTPS URL of the Azure KeyVault to use.