# <a id="bitdrift.public.unary.admin.v1.Permission"></a>Permission <em class="proto-enum">Enum</em>

**Source definition:** [`src/bitdrift/public/unary/admin/v1/permission.proto#L11-L55`](<https://github.com/bitdriftlabs/api/blob/main/src/bitdrift/public/unary/admin/v1/permission.proto#L11-L55>)

| Name | Description |
|---|---|
| PERMISSION_UNSPECIFIED |  |
| SDK_KEY_ADMIN | Allows creating, revoking, and listing SDK and API keys. |
| API_KEY_CREATOR | Allows creating API keys. |
| WORKFLOW_ADMIN | Allows editing any workflow. |
| WORKFLOW_READ | Allows reading any workflow. |
| WORKFLOW_WRITE | Allows creating, editing, and deleting workflows that the user owns. |
| WORKFLOW_DEPLOY | Allows deploying owned workflows. |
| SESSION_READ | Allows reading session/timeline data. |
| METRIC_READ | Allows reading metrics data. |
| ISSUE_ADMIN | Allows managing issue company settings. |
| ISSUE_ASSIGN | Allows reading user data for issue assignment. |
| ISSUE_READ | Allows reading issue report data. |
| CONNECTOR_ADMIN | Allows managing connectors. |
| CONNECTOR_READ | Allows reading connectors. |
| DEBUG_FILE_READ | Allows reading debug file metadata. |
| SYSTEM_STATUS_READ | Allows reading system status information. |
| ISSUE_WORKFLOW_WRITE | Allows creating, editing, and deleting issue workflows that the user owns. |
| ALERT_ADMIN | Allows creating, editing, and deleting any alert and notification configuration. |
| ALERT_READ | Allows reading alert and notification configuration. |
| ALERT_WRITE | Allows creating, editing, and deleting alert and notification configuration that the user owns. |
| NOTIFICATION_GROUP_READ | Allows reading notification groups. |
| NOTIFICATION_GROUP_ADMIN | Allows creating, editing, and deleting notification groups. |

