Automation.UpdateStages.WithIsEnabled Interface

public static interface Automation.UpdateStages.WithIsEnabled

The stage of the Automation update allowing to specify isEnabled.

Method Summary

Modifier and Type Method and Description
abstract Update withIsEnabled(Boolean isEnabled)

Specifies the isEnabled property: Indicates whether the security automation is enabled..

Method Details

withIsEnabled

public abstract Automation.Update withIsEnabled(Boolean isEnabled)

Specifies the isEnabled property: Indicates whether the security automation is enabled..

Parameters:

isEnabled - Indicates whether the security automation is enabled.

Returns:

the next definition stage.

Applies to