ScriptSecureStringExecutionParameter Class

a plain text value execution parameter.

All required parameters must be populated in order to send to Azure.

Inheritance
azure.mgmt.avs.models._models_py3.ScriptExecutionParameter
ScriptSecureStringExecutionParameter

Constructor

ScriptSecureStringExecutionParameter(*, name: str, secure_value: Optional[str] = None, **kwargs)

Parameters

name
str
Required

Required. The parameter name.

type
str or ScriptExecutionParameterType
Required

Required. The type of execution parameter.Constant filled by server. Possible values include: "Value", "SecureValue", "Credential".

secure_value
str
Required

A secure value for the passed parameter, not to be stored in logs.