Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface KeyVaultProperties

Package version

The details for accessing the encryption keys in Key Vault.

Hierarchy

  • KeyVaultProperties

Index

Properties

Optional currentKeyIdentifier

currentKeyIdentifier: undefined | string

The current key used to encrypt Video Analyzer account, including the key version. NOTE: This property will not be serialized. It can only be populated by the server.

keyIdentifier

keyIdentifier: string

The URL of the Key Vault key used to encrypt the account. The key may either be versioned (for example https://vault/keys/mykey/version1) or reference a key without a version (for example https://vault/keys/mykey).

Generated using TypeDoc