Click or drag to resize

InterfaceSecurityZoneSettings Property

Gets or sets the security zone settings.

Namespace:  Koopman.CheckPoint.SimpleGatewaySettings
Assembly:  CheckPoint.NET (in CheckPoint.NET.dll) Version: 0.5.1
Syntax
C#
[JsonPropertyAttribute(PropertyName = "security-zone-settings", NullValueHandling = NullValueHandling.Ignore)]
public ISecurityZoneSettings SecurityZoneSettings { get; set; }
Request Example View Source

Property Value

Type: ISecurityZoneSettings
The security zone settings.
See Also