PSCredentialExecutionParameter interface
a powershell credential object
- Extends
Properties
password | password for login This value contains a credential. Consider obscuring before showing to users |
type | Polymorphic discriminator, which specifies the different types this object can be |
username | username for login |
Inherited Properties
name | The parameter name |
Property Details
password
password for login This value contains a credential. Consider obscuring before showing to users
password?: string
Property Value
string
type
Polymorphic discriminator, which specifies the different types this object can be
type: "Credential"
Property Value
"Credential"
username
username for login
username?: string
Property Value
string