milestonexprotectwspython.xpwsmartclientsecurity

Module: xpwsmartclientsecurity.py

Revision History

Date Version Description
2023/07/11 1.0.0.0 Initial Version.

@export
class XPWSmartClientSecurity:

SmartClient Security information.

Supplemental documentation can be found at: https://doc.milestonesys.com/2023R2/en-US/portal/htm/chapter-page-sc.htm?tocpath=XProtect%20Smart%20Client%7C_____0

Threadsafety:

This class is fully thread-safe.

XPWSmartClientSecurity()

Initializes a new instance of the class.

SmartClientBrowse: bool

True if the user has access to browse functionality; otherwise, False.

Returns:

The SmartClientBrowse property value.

SmartClientLive: bool

True if the user has access to live feed functionality; otherwise, False.

Returns:

The SmartClientLive property value.

SmartClientReport: bool

True if the user has access to report functionality; otherwise, False.

Returns:

The SmartClientReport property value.

SmartClientSetup: bool

True if the user has access to setup configuration functionality; otherwise, False.

Returns:

The SmartClientSetup property value.