DeviceSecurityGroup.UpdateStages.WithAllowlistRules Interface

public static interface DeviceSecurityGroup.UpdateStages.WithAllowlistRules

The stage of the DeviceSecurityGroup update allowing to specify allowlistRules.

Method Summary

Modifier and Type Method and Description
abstract Update withAllowlistRules(List<AllowlistCustomAlertRule> allowlistRules)

Specifies the allowlistRules property: The allow-list custom alert rules..

Method Details

withAllowlistRules

public abstract DeviceSecurityGroup.Update withAllowlistRules(List allowlistRules)

Specifies the allowlistRules property: The allow-list custom alert rules..

Parameters:

allowlistRules - The allow-list custom alert rules.

Returns:

the next definition stage.

Applies to