Click or drag to resize

AccessLayerMobileAccess Property

Whether Mobile Access blade is enabled on this layer.

Namespace:  Koopman.CheckPoint
Assembly:  CheckPoint.NET (in CheckPoint.NET.dll) Version: 0.5.1
Syntax
C#
[JsonPropertyAttribute(PropertyName = "mobile-access", ObjectCreationHandling = ObjectCreationHandling.Replace)]
public Nullable<bool> MobileAccess { get; set; }
Request Example View Source

Property Value

Type: NullableBoolean
Exceptions
ExceptionCondition
ArgumentNullExceptionMobileAccess
Remarks
Requires DetailLevel of Full
See Also