uploadAllowed |
bool, |
BoolClass, |
|
|
membershipType |
str, |
str, |
|
must be one of ["USER", "EMAIL", "WORKGROUP", ] |
roleFlow |
str, |
str, |
Possible values are: NONE, VIEWER, CONTRIBUTOR. More types could be added in a future release. |
|
roleBase |
str, |
str, |
Possible values are: NONE, VIEWER, CONTRIBUTOR. More types could be added in a future release. |
|
tenantId |
str, uuid.UUID, |
str, |
|
value must be a uuid |
downloadAllowed |
bool, |
BoolClass, |
|
|
timeCreated |
str, datetime, |
str, |
|
value must conform to RFC-3339 date-time |
id |
str, uuid.UUID, |
str, |
|
value must be a uuid |
ownerId |
str, uuid.UUID, |
str, |
|
value must be a uuid |
roleBench |
str, |
str, |
Possible values are: NONE, CONTRIBUTOR, ADMINISTRATOR. More types could be added in a future release. |
|
roleProject |
str, |
str, |
Possible values are: NONE, VIEWER, CONTRIBUTOR, ADMINISTRATOR, DATA_PROVIDER. More types could be added in a future release. |
|
timeModified |
str, datetime, |
str, |
|
value must conform to RFC-3339 date-time |
tenantName |
None, str, |
NoneClass, str, |
|
[optional] |
user |
User |
User |
|
[optional] |
emailAddress |
None, str, |
NoneClass, str, |
Only present when membershipType is EMAIL |
[optional] |
workgroup |
Workgroup |
Workgroup |
|
[optional] |
invitationAccepted |
None, bool, |
NoneClass, BoolClass, |
Only present when membershipType is EMAIL |
[optional] |
invitationRejected |
None, bool, |
NoneClass, BoolClass, |
Only present when user is invited by EMAIL |
[optional] |
any_string_name |
dict, frozendict.frozendict, str, date, datetime, int, float, bool, decimal.Decimal, None, list, tuple, bytes, io.FileIO, io.BufferedReader |
frozendict.frozendict, str, BoolClass, decimal.Decimal, NoneClass, tuple, bytes, FileIO |
any string name can be used but the value must be the correct type |
[optional] |