NamedValueCreateContractProperties interface
NamedValue Contract properties.
- Extends
Properties
display |
Unique name of NamedValue. It may contain only letters, digits, period, dash, and underscore characters. |
key |
KeyVault location details of the namedValue. |
value | Value of the NamedValue. Can contain policy expressions. It may not be empty or consist only of whitespace. This property will not be filled on 'GET' operations! Use '/listSecrets' POST request to get the value. |
Inherited 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
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
value
Value of the NamedValue. Can contain policy expressions. It may not be empty or consist only of whitespace. This property will not be filled on 'GET' operations! Use '/listSecrets' POST request to get the value.
value?: string
Property Value
string
Inherited 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
Inherited From NamedValueEntityBaseParameters.secret
tags
Optional tags that when provided can be used to filter the NamedValue list.
tags?: string[]
Property Value
string[]
Inherited From NamedValueEntityBaseParameters.tags