billingMode |
str, |
str, |
The billing mode of the project. It determines who pays for the costs linked to the project. |
must be one of ["PROJECT", "TENANT", ] |
name |
str, |
str, |
|
|
tenantId |
str, uuid.UUID, |
str, |
|
value must be a uuid |
active |
bool, |
BoolClass, |
Indicates whether the project is active or hidden. |
|
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 |
region |
Region |
Region |
|
|
timeModified |
str, datetime, |
str, |
|
value must conform to RFC-3339 date-time |
tags |
ProjectTag |
ProjectTag |
|
|
tenantName |
None, str, |
NoneClass, str, |
|
[optional] |
urn |
None, str, |
NoneClass, str, |
The URN of the project. The format is urn:ilmn:ica:\<type of the object\>:\<ID of the object\>#\<optional human readable hint representing the object\>. The hint can be omitted, in that case the hashtag (#) must also be omitted. |
[optional] |
baseEnabled |
None, bool, |
NoneClass, BoolClass, |
Indicates whether the project is base enabled. |
[optional] |
shortDescription |
None, str, |
NoneClass, str, |
|
[optional] |
information |
None, str, |
NoneClass, str, |
Information about the project. Note that the value of this field can be arbitrary large. |
[optional] |
dataSharingEnabled |
None, bool, |
NoneClass, BoolClass, |
Indicates whether the Data and Samples created in this Project can be linked to other Projects. |
[optional] |
storageBundle |
StorageBundle |
StorageBundle |
|
[optional] |
selfManagedStorageConfiguration |
StorageConfiguration |
StorageConfiguration |
|
[optional] |
analysisPriority |
None, str, |
NoneClass, str, |
Indicates the priority given to a project and its analyses within a single tenant. Note that for a PUT call, when not providing a value for this attribute (null value or absent attribute), the persisted value will not change. |
[optional] must be one of ["LOW", "MEDIUM", "HIGH", ] |
metadataModel |
MetadataModel |
MetadataModel |
|
[optional] |
application |
Application |
Application |
|
[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] |