PreventionJobTriggerInspectJob

data class PreventionJobTriggerInspectJob(val actions: List<PreventionJobTriggerInspectJobAction>? = null, val inspectConfig: PreventionJobTriggerInspectJobInspectConfig? = null, val inspectTemplateName: String? = null, val storageConfig: PreventionJobTriggerInspectJobStorageConfig)

Constructors

Link copied to clipboard
constructor(actions: List<PreventionJobTriggerInspectJobAction>? = null, inspectConfig: PreventionJobTriggerInspectJobInspectConfig? = null, inspectTemplateName: String? = null, storageConfig: PreventionJobTriggerInspectJobStorageConfig)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Configuration block for the actions to execute on the completion of a job. Can be specified multiple times, but only one for each type. Each action block supports fields documented below. This argument is processed in attribute-as-blocks mode. Structure is documented below.

Link copied to clipboard

The core content of the template. Structure is documented below.

Link copied to clipboard

The name of the template to run when this job is triggered.

Link copied to clipboard

Information on where to inspect Structure is documented below.