Resource identifiers
Codinamo gives each canonical resource an opaque public identifier. Names improve readability; identifiers remain stable when a display name changes.
| Prefix | Resource | Example use |
|---|---|---|
|
Organization |
Select the owner of workspaces, teams, and access policies. |
|
User / Team |
Identify a principal that can receive a role grant. |
|
Workspace |
Select an exact workspace in |
|
Project |
Address the project independently from its name. |
|
Git repository |
Browse the canonical repository record behind a project’s Source tab. |
|
Pipeline |
Update, export, or run one pipeline. |
|
Run |
Read status, logs, reports, or request cancellation. |
|
Variable group / variable |
Manage non-sensitive pipeline context. |
|
Secret group / secret |
Manage sensitive context without exposing values. |
|
Registry / Registry access token |
Manage one project’s OCI repository and credentials. |
|
DinaSync agent |
Assign an enrolled agent to a deployment target. |
|
Deployment target |
Select an exact, centrally configured deployment destination. |
|
Authorization role / Grant |
Inspect a permission bundle or one scoped assignment. |
Treat identifiers as opaque strings. Do not parse the hexadecimal portion or infer creation order from it. Copy the complete prefix and value shown by Codinamo.
See Access catalog for the authorization resource hierarchy.