We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f55ccdf commit 145a24cCopy full SHA for 145a24c
src/sempy_labs/_labels.py
@@ -12,6 +12,8 @@ def list_item_labels(workspace: Optional[Union[str, UUID]] = None) -> pd.DataFra
12
"""
13
List all items within a workspace and shows their sensitivity labels.
14
15
+ NOTE: This function uses an internal API and is subject to change/break without notice.
16
+
17
Parameters
18
----------
19
workspace : str | uuid.UUID, default=None
0 commit comments