JobStepProperties interface
Properties of a job step.
Properties
| action | The action payload of the job step. |
| credential | The resource ID of the job credential that will be used to connect to the targets. |
| execution |
Execution options for the job step. |
| output | Output destination properties of the job step. |
| step |
The job step's index within the job. If not specified when creating the job step, it will be created as the last step. If not specified when updating the job step, the step id is not modified. |
| target |
The resource ID of the target group that the job step will be executed on. |
Property Details
action
credential
The resource ID of the job credential that will be used to connect to the targets.
credential?: string
Property Value
string
executionOptions
Execution options for the job step.
executionOptions?: JobStepExecutionOptions
Property Value
output
stepId
The job step's index within the job. If not specified when creating the job step, it will be created as the last step. If not specified when updating the job step, the step id is not modified.
stepId?: number
Property Value
number
targetGroup
The resource ID of the target group that the job step will be executed on.
targetGroup: string
Property Value
string