IPWorks Cloud 2020 Python Edition

Questions / Feedback?

list_resources_scope Property

Controls the scope of the results when listing resources.

Syntax

def get_list_resources_scope() -> int: ...
def set_list_resources_scope(value: int) -> None: ...

list_resources_scope = property(get_list_resources_scope, set_list_resources_scope)

Default Value

0

Remarks

This property controls the scope of the results when listing resources with list_resources or list_children. Valid values are:

lrsUser (0) (default) Items in the user's "My Drive" and "Shared with me" collections.
lrsDomain (1) Items shared to the user's domain.
lrsSharedDrive (2) Items within the shared drive specified by the shared_drive property.
lrsAllDrives (3) Items in the user's "My Drive" and "Shared with me" collections, as well as all items in all shared drives that the user is a member of.

Refer to list_resources for more information.

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