Script
Properties
| Property | Type | Attributes | Description |
|---|---|---|---|
script | string | Required, Identifier | The script content |
type | 'Bash' | 'PowerShell' | Required, Identifier | The script type |
exitCode | int | Read-only | The exit code |
stdErr | string | Read-only | The stderr from calling the script |
stdOut | string | Read-only | The stdout from calling the script |