You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Privilege Type - a report, group, and datasource may have the same ID. By passing type, the artifact can be uniquely determined.
[optional]
Example
fromibm_gdsc_sdk_saas.models.tenantuserv3_unique_privilegeimportTenantuserv3UniquePrivilege# TODO update the JSON string belowjson="{}"# create an instance of Tenantuserv3UniquePrivilege from a JSON stringtenantuserv3_unique_privilege_instance=Tenantuserv3UniquePrivilege.from_json(json)
# print the JSON string representation of the objectprint(Tenantuserv3UniquePrivilege.to_json())
# convert the object into a dicttenantuserv3_unique_privilege_dict=tenantuserv3_unique_privilege_instance.to_dict()
# create an instance of Tenantuserv3UniquePrivilege from a dicttenantuserv3_unique_privilege_from_dict=Tenantuserv3UniquePrivilege.from_dict(tenantuserv3_unique_privilege_dict)