Shares
Shares🔗
Description🔗
This object is a representation of users and roles with which a project is shared.
Fields🔗
Parameter Name | Type | Description |
---|---|---|
sharedWithUsersRW | List of Strings | (optional) List of user identifiers that this project is shared with allowing write access |
sharedWithRolesRW | List of Strings | (optional) List of user roles that this project is shared with allowing write access |
sharedWithUsersRO | List of Strings | (optional) List of user identifiers that this project is shared with in read-only mode |
sharedWithRolesRO | List of Strings | (optional) List of user roles that this project is shared with in read-only mode |
Examples🔗
{
"sharedWithUsersRW": [ "user6" ],
"sharedWithRolesRW": [ "role13" ],
"sharedWithUsersRO": [],
"sharedWithRolesRO": [ "all" ]
}