Skip to content

Latest commit

 

History

History
32 lines (28 loc) · 2.54 KB

ProjectPermissionV4.md

File metadata and controls

32 lines (28 loc) · 2.54 KB

icasdk.model.project_permission_v4.ProjectPermissionV4

Model Type Info

Input Type Accessed Type Description Notes
dict, frozendict.frozendict, frozendict.frozendict,

Dictionary Keys

Key Input Type Accessed Type Description Notes
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]

[Back to Model list] [Back to API list] [Back to README]