IPWorks Cloud 2020 Python Edition

Questions / Feedback?

create_permission_options_can_manage_permissions Property

If the user can configure Access Controls in the item.

Syntax

def get_create_permission_options_can_manage_permissions() -> bool: ...
def set_create_permission_options_can_manage_permissions(value: bool) -> None: ...

create_permission_options_can_manage_permissions = property(get_create_permission_options_can_manage_permissions, set_create_permission_options_can_manage_permissions)

Default Value

FALSE

Remarks

If the user can configure Access Controls in the item.

This property defines whether the user can configure Access Controls for the item. To modify this property see update_permission.

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