Click or drag to resize

SessionFindAccessRulebase Method

Finds the access rule base.

Namespace:  Koopman.CheckPoint
Assembly:  CheckPoint.NET (in CheckPoint.NET.dll) Version: 0.5.1
Syntax
C#
public Task<AccessRulebasePagingResults> FindAccessRulebase(
	string value,
	string filter = null,
	DetailLevels detailLevel = DetailLevels.Standard,
	int limit = 50,
	int offset = 0,
	IOrder order = null,
	CancellationToken cancellationToken = null
)
Request Example View Source

Parameters

value
Type: SystemString
The name or UID to layer to get rulebase of.
filter (Optional)
Type: SystemString
Search expression to filter the rulebase. The provided text should be exactly the same as it would be given in Smart Console. The logical operators in the expression ('AND', 'OR') should be provided in capital letters.
detailLevel (Optional)
Type: Koopman.CheckPointDetailLevels
The detail level.
limit (Optional)
Type: SystemInt32
The limit.
offset (Optional)
Type: SystemInt32
The offset.
order (Optional)
Type: Koopman.CheckPoint.CommonIOrder
The sort order.
cancellationToken (Optional)
Type: System.ThreadingCancellationToken
The cancellation token.

Return Value

Type: TaskAccessRulebasePagingResults
A task that represents the asynchronous operation. The task result contains the AccessRulebasePagingResults
See Also