Click or drag to resize

AccessRulebasePagingResultsRulebase Property

How much details are returned depends on the details-level field of the request. This table shows the level of detail shown when details-level is set to standard.

Namespace:  Koopman.CheckPoint.Common
Assembly:  CheckPoint.NET (in CheckPoint.NET.dll) Version: 0.5.1
Syntax
C#
[JsonPropertyAttribute(PropertyName = "rulebase", DefaultValueHandling = DefaultValueHandling.Ignore, 
	NullValueHandling = NullValueHandling.Ignore)]
public List<IRulebaseEntry> Rulebase { get; }
Request Example View Source

Property Value

Type: ListIRulebaseEntry
See Also