Automation.UpdateStages.WithSources Interface

public static interface Automation.UpdateStages.WithSources

The stage of the Automation update allowing to specify sources.

Method Summary

Modifier and Type Method and Description
abstract Update withSources(List<AutomationSource> sources)

Specifies the sources property: A collection of the source event types which evaluate the security automation set of rules..

Method Details

withSources

public abstract Automation.Update withSources(List sources)

Specifies the sources property: A collection of the source event types which evaluate the security automation set of rules..

Parameters:

sources - A collection of the source event types which evaluate the security automation set of rules.

Returns:

the next definition stage.

Applies to