AzureKeyVaultVariableValue interface
A wrapper class for a generic variable.
- Extends
Properties
content |
|
enabled | |
expires |
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. |
Property Details
contentType
contentType: string
Property Value
string
enabled
enabled: boolean
Property Value
boolean
expires
expires: Date
Property Value
Date
Inherited Property Details
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