AzureBicepResource.SecretOutputs 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.
Secret outputs that will be generated by the bicep template.
public System.Collections.Generic.Dictionary<string,string?> SecretOutputs { get; }
member this.SecretOutputs : System.Collections.Generic.Dictionary<string, string>
Public ReadOnly Property SecretOutputs As Dictionary(Of String, String)