Click or drag to resize

ApplicationSiteAreUrlsDefinedAsRegularExpression Property

States whether the URL is defined as a Regular Expression or not.

Namespace:  Koopman.CheckPoint
Assembly:  CheckPoint.NET (in CheckPoint.NET.dll) Version: 0.5.1
Syntax
C#
[JsonPropertyAttribute(PropertyName = "urls-defined-as-regular-expression")]
public Nullable<bool> AreUrlsDefinedAsRegularExpression { get; set; }
Request Example View Source

Property Value

Type: NullableBoolean
Remarks
Requires DetailLevel of at least Full
See Also