PSCredentialExecutionParameter Class
a powershell credential object.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
azure.mgmt.avs.models._models_py3.ScriptExecutionParameterPSCredentialExecutionParameter
Constructor
PSCredentialExecutionParameter(*, name: str, username: Optional[str] = None, password: Optional[str] = None, **kwargs)
Parameters
- type
- str or ScriptExecutionParameterType
Required
Required. The type of execution parameter.Constant filled by server. Possible values include: "Value", "SecureValue", "Credential".
Feedback
Submit and view feedback for