NamedValueUpdateParameters interface
NamedValue update Parameters.
Properties
display |
Unique name of NamedValue. It may contain only letters, digits, period, dash, and underscore characters. |
key |
KeyVault location details of the namedValue. |
secret | Determines whether the value is a secret and should be encrypted or not. Default value is false. |
tags | Optional tags that when provided can be used to filter the NamedValue list. |
value | Value of the NamedValue. Can contain policy expressions. It may not be empty or consist only of whitespace. |
Property Details
displayName
Unique name of NamedValue. It may contain only letters, digits, period, dash, and underscore characters.
displayName?: string
Property Value
string
keyVault
KeyVault location details of the namedValue.
keyVault?: KeyVaultContractCreateProperties
Property Value
secret
Determines whether the value is a secret and should be encrypted or not. Default value is false.
secret?: boolean
Property Value
boolean
tags
Optional tags that when provided can be used to filter the NamedValue list.
tags?: string[]
Property Value
string[]
value
Value of the NamedValue. Can contain policy expressions. It may not be empty or consist only of whitespace.
value?: string
Property Value
string