Permission
Enumeration of permission types used in Access Control Lists.
Each permission controls a different aspect of access to a Datatailr resource.
Attributes:
| Name | Type | Description |
|---|---|---|
READ |
Allows reading or viewing the resource. |
|
WRITE |
Allows modifying or updating the resource. |
|
OPERATE |
Allows executing or operating the resource (e.g., running a job). |
|
ACCESS |
Allows accessing the resource (e.g., opening an app). |
|
PROMOTE |
Allows promoting the resource to the next environment. |