KeyVaultKeyResponse

data class KeyVaultKeyResponse(val attributes: KeyVaultKeyResponseAttributes? = null, val kid: String? = null)

The key vault key.

Constructors

Link copied to clipboard
constructor(attributes: KeyVaultKeyResponseAttributes? = null, kid: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The key attributes.

Link copied to clipboard
val kid: String? = null

The key id.