lock_owner Property

The principle that owns the current resource lock.

Syntax

def get_lock_owner() -> str: ...
def set_lock_owner(value: str) -> None: ...

lock_owner = property(get_lock_owner, set_lock_owner)

Default Value

""

Remarks

The principle that owns the current resource lock.

Before the calendar resource can be locked, the Lock lock_owner may be set to the name of a principle or group of principles that will own the lock. If no owner is specified, the server will automatically associate the lock with the requesting principle. After a successful LockCalendar operation, the class will set the lock_owner property to the correct value returned in the server's response.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks 2020 Python Edition - Version 20.0 [Build 8307]