BooleanKeyVaultSetting interface

A Key Vault setting of boolean type. To check if a given KeyVaultSetting is a boolean, use isBooleanSetting.

Extends

Properties

kind

The kind of the setting.

value

The value of the setting as a boolean.

Inherited Properties

name

The name of the setting.

Property Details

kind

The kind of the setting.

kind: "boolean"

Property Value

"boolean"

value

The value of the setting as a boolean.

value: boolean

Property Value

boolean

Inherited Property Details

name

The name of the setting.

name: string

Property Value

string

Inherited From KeyVaultSetting.name