Class Layer7FirewallRule
L7FirewallRule
[DataContract]
public class Layer7FirewallRule
- Inheritance
-
Layer7FirewallRule
- Inherited Members
Properties
Policy
Gets or Sets Policy
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "policy")]
public Layer7FirewallRulePolicy Policy { get; set; }
Property Value
Type
Gets or Sets Type
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "type")]
public Layer7FirewallRuleType Type { get; set; }
Property Value
Value
The 'value' of what you want to block.If 'type' is 'host', 'port' or 'ipRange', 'value' must be a string matching either a hostname (e.g.somewhere.com), a port (e.g. 8080), or an IP range(e.g. 192.1.0.0/16). If 'type' is 'application' or 'applicationCategory', then 'value' must be an object with an ID for the application.
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "value")]
public object? Value { get; set; }