ScriptSecureStringExecutionParameter interface
a plain text value execution parameter
- Extends
Properties
secure |
A secure value for the passed parameter, not to be stored in logs This value contains a credential. Consider obscuring before showing to users |
type | Polymorphic discriminator, which specifies the different types this object can be |
Inherited Properties
name | The parameter name |
Property Details
secureValue
A secure value for the passed parameter, not to be stored in logs This value contains a credential. Consider obscuring before showing to users
secureValue?: string
Property Value
string
type
Polymorphic discriminator, which specifies the different types this object can be
type: "SecureValue"
Property Value
"SecureValue"