KeyVaultPropertiesResponse

data class KeyVaultPropertiesResponse(val keyName: String, val keyVaultId: String, val keyVaultResourceId: String? = null, val keyVaultUri: String, val status: String)

Properties of key vault.

Constructors

Link copied to clipboard
constructor(keyName: String, keyVaultId: String, keyVaultResourceId: String? = null, keyVaultUri: String, status: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of KeyVault key.

Link copied to clipboard

UUID v4 used to identify the Azure Key Vault configuration

Link copied to clipboard

The resource ID of KeyVault.

Link copied to clipboard

The Uri of KeyVault.

Link copied to clipboard

Status of the KeyVault connection.