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

A task to execute on the completion of a job. 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.