KeyVaultSetting interface

A Key Vault setting.

Properties

kind

The kind of the setting.

name

The name of the setting.

value

The value of a setting. The type of the value depends on the value of the kind property.

Property Details

kind

The kind of the setting.

kind?: string

Property Value

string

name

The name of the setting.

name: string

Property Value

string

value

The value of a setting. The type of the value depends on the value of the kind property.

value: unknown

Property Value

unknown