DeviceSecurityGroupProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
describes properties of a security group.
public class DeviceSecurityGroupProperties
type DeviceSecurityGroupProperties = class
Public Class DeviceSecurityGroupProperties
- Inheritance
-
DeviceSecurityGroupProperties
Constructors
DeviceSecurityGroupProperties() |
Initializes a new instance of the DeviceSecurityGroupProperties class. |
DeviceSecurityGroupProperties(IList<ThresholdCustomAlertRule>, IList<TimeWindowCustomAlertRule>, IList<AllowlistCustomAlertRule>, IList<DenylistCustomAlertRule>) |
Initializes a new instance of the DeviceSecurityGroupProperties class. |
Properties
AllowlistRules |
Gets or sets the allow-list custom alert rules. |
DenylistRules |
Gets or sets the deny-list custom alert rules. |
ThresholdRules |
Gets or sets the list of custom alert threshold rules. |
TimeWindowRules |
Gets or sets the list of custom alert time-window rules. |