Click or drag to resize

ActionSettingsEnableIdentityCaptivePortal Property

Gets or sets a value indicating whether identity captive portal is enabled for this rule.

Namespace:  Koopman.CheckPoint.AccessRules
Assembly:  CheckPoint.NET (in CheckPoint.NET.dll) Version: 0.5.1
Syntax
C#
[JsonPropertyAttribute(PropertyName = "enable-identity-captive-portal")]
public bool EnableIdentityCaptivePortal { get; set; }
Request Example View Source

Property Value

Type: Boolean
true if enable identity captive portal; otherwise, false.
See Also