IPWorks Cloud 2020 Python Edition

Questions / Feedback?

permission_marker Property

A marker when permissions are paged.

Syntax

def get_permission_marker() -> str: ...
def set_permission_marker(value: str) -> None: ...

permission_marker = property(get_permission_marker, set_permission_marker)

Default Value

""

Remarks

This property returns a marker used to iterate over pages of permissions; it's populated when list_permissions is called if the results are paged.

Continue to call list_permissions until this property returns empty string in order to list all permissions.

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