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
It is common for a DSS admin to add multiple users to an instance at once.
The goal here is to provide an example of how to programmatically create users/groups in batches, leveraging DSSClient.create_user() and DSSClient.create_group(). The input can be as simple as a Python list, or it can be a JSON/YAML file.
Bonus:
in a UIF setup, add impersonation rules with DSSGeneralSettings.add_impersonation_rule()
grant permissions to existing projects
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
It is common for a DSS admin to add multiple users to an instance at once.
The goal here is to provide an example of how to programmatically create users/groups in batches, leveraging
DSSClient.create_user()
andDSSClient.create_group()
. The input can be as simple as a Python list, or it can be a JSON/YAML file.Bonus:
DSSGeneralSettings.add_impersonation_rule()
The text was updated successfully, but these errors were encountered: