PSCredentialExecutionParameter interface
a powershell credential object
- Extends
Properties
| password | password for login |
| type | The type of execution parameter |
| username | username for login |
Inherited Properties
| name | The parameter name |
Property Details
password
password for login
password?: string
Property Value
string
type
The type of execution parameter
type: "Credential"
Property Value
"Credential"
username
username for login
username?: string
Property Value
string