NamedValueEntityBaseParameters interface
NamedValue Entity Base Parameters set.
Properties
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. |
Property Details
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[]