Sharing
Dataset access control.
nimbusimage.sharing.SharingAccessor
share(user_email_or_name, access='read')
Share this dataset with a user.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
user_email_or_name
|
str
|
User's email or username. |
required |
access
|
str
|
'read', 'write', 'admin', or 'remove'. |
'read'
|
set_public(public=True)
Set whether this dataset is publicly accessible.
get_access()
Get the access list for this dataset.