AzureKeyVaultVariableValue interface
A wrapper class for a generic variable.
- Extends
Properties
Inherited Properties
is |
Indicates whether the variable can be changed during script's execution runtime. |
is |
Indicates whether the variable should be encrypted at rest. |
value | The value of the variable. |
contentType
contentType: string
Property Value
string
enabled
enabled: boolean
Property Value
boolean
expires
expires: Date
Property Value
Date
isReadOnly
Indicates whether the variable can be changed during script's execution runtime.
isReadOnly: boolean
Property Value
boolean
Inherited From VariableValue.isReadOnly
isSecret
Indicates whether the variable should be encrypted at rest.
isSecret: boolean
Property Value
boolean
Inherited From VariableValue.isSecret