ConfigurationValueWithSecrets.SecretConfigurationValue Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Name and value pairs that define the configuration value secrets. It can be a well formed escaped JSON string.
public string SecretConfigurationValue { get; set; }
member this.SecretConfigurationValue : string with get, set
Public Property SecretConfigurationValue As String