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