Share via


ScriptExecutionData.HiddenParameters Property

Definition

Parameters that will be hidden/not visible to ARM, such as passwords and credentials Please note ScriptExecutionParameterDetails is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include PSCredentialExecutionParameterDetails, ScriptSecureStringExecutionParameterDetails and ScriptStringExecutionParameterDetails.

public System.Collections.Generic.IList<Azure.ResourceManager.Avs.Models.ScriptExecutionParameterDetails> HiddenParameters { get; }
member this.HiddenParameters : System.Collections.Generic.IList<Azure.ResourceManager.Avs.Models.ScriptExecutionParameterDetails>
Public ReadOnly Property HiddenParameters As IList(Of ScriptExecutionParameterDetails)

Property Value

Applies to