ScriptExecutionParameter interface

The arguments passed in to the execution

Properties

name

The parameter name

type

Polymorphic discriminator, which specifies the different types this object can be

Property Details

name

The parameter name

name: string

Property Value

string

type

Polymorphic discriminator, which specifies the different types this object can be

type: "Credential" | "SecureValue" | "Value"

Property Value

"Credential" | "SecureValue" | "Value"