Enums
albert.core.shared.enums
OrderBy
Sort direction for list and search results.
Attributes:
| Name | Type | Description |
|---|---|---|
DESCENDING |
str
|
Reverse chronological or reverse alphabetical order (Z→A, newest→oldest). |
ASCENDING |
str
|
Chronological or alphabetical order (A→Z, oldest→newest). |
Status
SecurityClass
The security (access control) class of a resource.
Attributes:
| Name | Type | Description |
|---|---|---|
SHARED |
str
|
Accessible to all members of the tenant. |
RESTRICTED |
str
|
Access is restricted to specific teams or users. |
CONFIDENTIAL |
str
|
Access is limited to designated users only. |
PRIVATE |
str
|
Visible only to the owner. Used by Projects. |