Class SsidLayer7FirewallRule
Rules
[DataContract]
public class SsidLayer7FirewallRule
- Inheritance
-
SsidLayer7FirewallRule
- Inherited Members
Properties
Policy
'Deny' traffic specified by this rule
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "policy")]
public string Policy { get; set; }
Property Value
Type
Type of the L7 firewall rule. One of: 'application', 'applicationCategory', 'host', 'port', 'ipRange'
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "type")]
public string Type { get; set; }
Property Value
Value
The value of what needs to get blocked. Format of the value varies depending on type of the firewall rule selected.
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "value")]
public object Value { get; set; }