AzureKeyVaultVariableValue interface

A wrapper class for a generic variable.

Extends

Properties

contentType
enabled
expires

Inherited Properties

isReadOnly

Indicates whether the variable can be changed during script's execution runtime.

isSecret

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

value

The value of the variable.

value: string

Property Value

string

Inherited From VariableValue.value