Automation.DefinitionStages.WithSources Interface
public static interface Automation.DefinitionStages.WithSources
The stage of the Automation definition allowing to specify sources.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
With |
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.DefinitionStages.WithCreate withSources(List<AutomationSource> sources)
Specifies the sources property: A collection of the source event types which evaluate the security automation set of rules..
Parameters:
Returns: