Click or drag to resize

SimpleGatewayFirewallSettings Property

Gets or sets the firewall settings.

Namespace:  Koopman.CheckPoint
Assembly:  CheckPoint.NET (in CheckPoint.NET.dll) Version: 0.5.1
Syntax
C#
[JsonPropertyAttribute(PropertyName = "firewall-settings")]
public Firewall FirewallSettings { get; set; }
Request Example View Source

Property Value

Type: Firewall
The firewall settings.
Remarks
Requires DetailLevel of Full
See Also