IntegrationAccountCertificateKeyVaultKey

data class IntegrationAccountCertificateKeyVaultKey(val keyName: String, val keyVaultId: String, val keyVersion: String? = null)

Constructors

Link copied to clipboard
constructor(keyName: String, keyVaultId: String, keyVersion: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of Key Vault Key.

Link copied to clipboard

The ID of the Key Vault.

Link copied to clipboard
val keyVersion: String? = null

The version of Key Vault Key.