---
title: "Gets all the available permissions and their descriptions and restrictions"
method: GET
path: "/permissions/all"
tags: ["Permissions"]
---

# Gets all the available permissions and their descriptions and restrictions

`GET /permissions/all`

## Response `200`

A dictionary keyed by permission with their description

- object
  - `AdministerSystem` PermissionDescription
    - `CanApplyAtSpaceLevel` boolean
    - `CanApplyAtSystemLevel` boolean
    - `Description` string
    - `SupportedRestrictions` string[]
  - `ProjectEdit` PermissionDescription
    - `CanApplyAtSpaceLevel` boolean
    - `CanApplyAtSystemLevel` boolean
    - `Description` string
    - `SupportedRestrictions` string[]
  - `ProjectView` PermissionDescription
    - `CanApplyAtSpaceLevel` boolean
    - `CanApplyAtSystemLevel` boolean
    - `Description` string
    - `SupportedRestrictions` string[]
  - `ProjectCreate` PermissionDescription
    - `CanApplyAtSpaceLevel` boolean
    - `CanApplyAtSystemLevel` boolean
    - `Description` string
    - `SupportedRestrictions` string[]
  - `ProjectDelete` PermissionDescription
    - `CanApplyAtSpaceLevel` boolean
    - `CanApplyAtSystemLevel` boolean
    - `Description` string
    - `SupportedRestrictions` string[]
  - `ProcessView` PermissionDescription
    - `CanApplyAtSpaceLevel` boolean
    - `CanApplyAtSystemLevel` boolean
    - `Description` string
    - `SupportedRestrictions` string[]
  - `ProcessEdit` PermissionDescription
    - `CanApplyAtSpaceLevel` boolean
    - `CanApplyAtSystemLevel` boolean
    - `Description` string
    - `SupportedRestrictions` string[]
  - `VariableEdit` PermissionDescription
    - `CanApplyAtSpaceLevel` boolean
    - `CanApplyAtSystemLevel` boolean
    - `Description` string
    - `SupportedRestrictions` string[]
  - `VariableEditUnscoped` PermissionDescription
    - `CanApplyAtSpaceLevel` boolean
    - `CanApplyAtSystemLevel` boolean
    - `Description` string
    - `SupportedRestrictions` string[]
  - `VariableView` PermissionDescription
    - `CanApplyAtSpaceLevel` boolean
    - `CanApplyAtSystemLevel` boolean
    - `Description` string
    - `SupportedRestrictions` string[]
  - `VariableViewUnscoped` PermissionDescription
    - `CanApplyAtSpaceLevel` boolean
    - `CanApplyAtSystemLevel` boolean
    - `Description` string
    - `SupportedRestrictions` string[]
  - `ReleaseCreate` PermissionDescription
    - `CanApplyAtSpaceLevel` boolean
    - `CanApplyAtSystemLevel` boolean
    - `Description` string
    - `SupportedRestrictions` string[]
  - `ReleaseView` PermissionDescription
    - `CanApplyAtSpaceLevel` boolean
    - `CanApplyAtSystemLevel` boolean
    - `Description` string
    - `SupportedRestrictions` string[]
  - `ReleaseEdit` PermissionDescription
    - `CanApplyAtSpaceLevel` boolean
    - `CanApplyAtSystemLevel` boolean
    - `Description` string
    - `SupportedRestrictions` string[]
  - `ReleaseDelete` PermissionDescription
    - `CanApplyAtSpaceLevel` boolean
    - `CanApplyAtSystemLevel` boolean
    - `Description` string
    - `SupportedRestrictions` string[]
  - `DefectReport` PermissionDescription
    - `CanApplyAtSpaceLevel` boolean
    - `CanApplyAtSystemLevel` boolean
    - `Description` string
    - `SupportedRestrictions` string[]
  - `DefectResolve` PermissionDescription
    - `CanApplyAtSpaceLevel` boolean
    - `CanApplyAtSystemLevel` boolean
    - `Description` string
    - `SupportedRestrictions` string[]
  - `DeploymentCreate` PermissionDescription
    - `CanApplyAtSpaceLevel` boolean
    - `CanApplyAtSystemLevel` boolean
    - `Description` string
    - `SupportedRestrictions` string[]
  - `DeploymentDelete` PermissionDescription
    - `CanApplyAtSpaceLevel` boolean
    - `CanApplyAtSystemLevel` boolean
    - `Description` string
    - `SupportedRestrictions` string[]
  - `DeploymentView` PermissionDescription
    - `CanApplyAtSpaceLevel` boolean
    - `CanApplyAtSystemLevel` boolean
    - `Description` string
    - `SupportedRestrictions` string[]
  - `EnvironmentView` PermissionDescription
    - `CanApplyAtSpaceLevel` boolean
    - `CanApplyAtSystemLevel` boolean
    - `Description` string
    - `SupportedRestrictions` string[]
  - `EnvironmentCreate` PermissionDescription
    - `CanApplyAtSpaceLevel` boolean
    - `CanApplyAtSystemLevel` boolean
    - `Description` string
    - `SupportedRestrictions` string[]
  - `EnvironmentEdit` PermissionDescription
    - `CanApplyAtSpaceLevel` boolean
    - `CanApplyAtSystemLevel` boolean
    - `Description` string
    - `SupportedRestrictions` string[]
  - `EnvironmentDelete` PermissionDescription
    - `CanApplyAtSpaceLevel` boolean
    - `CanApplyAtSystemLevel` boolean
    - `Description` string
    - `SupportedRestrictions` string[]
  - `MachineCreate` PermissionDescription
    - `CanApplyAtSpaceLevel` boolean
    - `CanApplyAtSystemLevel` boolean
    - `Description` string
    - `SupportedRestrictions` string[]
  - `MachineEdit` PermissionDescription
    - `CanApplyAtSpaceLevel` boolean
    - `CanApplyAtSystemLevel` boolean
    - `Description` string
    - `SupportedRestrictions` string[]
  - `MachineView` PermissionDescription
    - `CanApplyAtSpaceLevel` boolean
    - `CanApplyAtSystemLevel` boolean
    - `Description` string
    - `SupportedRestrictions` string[]
  - `MachineDelete` PermissionDescription
    - `CanApplyAtSpaceLevel` boolean
    - `CanApplyAtSystemLevel` boolean
    - `Description` string
    - `SupportedRestrictions` string[]
  - `ArtifactView` PermissionDescription
    - `CanApplyAtSpaceLevel` boolean
    - `CanApplyAtSystemLevel` boolean
    - `Description` string
    - `SupportedRestrictions` string[]
  - `ArtifactCreate` PermissionDescription
    - `CanApplyAtSpaceLevel` boolean
    - `CanApplyAtSystemLevel` boolean
    - `Description` string
    - `SupportedRestrictions` string[]
  - `ArtifactEdit` PermissionDescription
    - `CanApplyAtSpaceLevel` boolean
    - `CanApplyAtSystemLevel` boolean
    - `Description` string
    - `SupportedRestrictions` string[]
  - `ArtifactDelete` PermissionDescription
    - `CanApplyAtSpaceLevel` boolean
    - `CanApplyAtSystemLevel` boolean
    - `Description` string
    - `SupportedRestrictions` string[]
  - `FeedView` PermissionDescription
    - `CanApplyAtSpaceLevel` boolean
    - `CanApplyAtSystemLevel` boolean
    - `Description` string
    - `SupportedRestrictions` string[]
  - `EventView` PermissionDescription
    - `CanApplyAtSpaceLevel` boolean
    - `CanApplyAtSystemLevel` boolean
    - `Description` string
    - `SupportedRestrictions` string[]
  - `LibraryVariableSetView` PermissionDescription
    - `CanApplyAtSpaceLevel` boolean
    - `CanApplyAtSystemLevel` boolean
    - `Description` string
    - `SupportedRestrictions` string[]
  - `LibraryVariableSetCreate` PermissionDescription
    - `CanApplyAtSpaceLevel` boolean
    - `CanApplyAtSystemLevel` boolean
    - `Description` string
    - `SupportedRestrictions` string[]
  - `LibraryVariableSetEdit` PermissionDescription
    - `CanApplyAtSpaceLevel` boolean
    - `CanApplyAtSystemLevel` boolean
    - `Description` string
    - `SupportedRestrictions` string[]
  - `LibraryVariableSetDelete` PermissionDescription
    - `CanApplyAtSpaceLevel` boolean
    - `CanApplyAtSystemLevel` boolean
    - `Description` string
    - `SupportedRestrictions` string[]
  - `ProjectGroupView` PermissionDescription
    - `CanApplyAtSpaceLevel` boolean
    - `CanApplyAtSystemLevel` boolean
    - `Description` string
    - `SupportedRestrictions` string[]
  - `ProjectGroupCreate` PermissionDescription
    - `CanApplyAtSpaceLevel` boolean
    - `CanApplyAtSystemLevel` boolean
    - `Description` string
    - `SupportedRestrictions` string[]
  - `ProjectGroupEdit` PermissionDescription
    - `CanApplyAtSpaceLevel` boolean
    - `CanApplyAtSystemLevel` boolean
    - `Description` string
    - `SupportedRestrictions` string[]
  - `ProjectGroupDelete` PermissionDescription
    - `CanApplyAtSpaceLevel` boolean
    - `CanApplyAtSystemLevel` boolean
    - `Description` string
    - `SupportedRestrictions` string[]
  - `TeamCreate` PermissionDescription
    - `CanApplyAtSpaceLevel` boolean
    - `CanApplyAtSystemLevel` boolean
    - `Description` string
    - `SupportedRestrictions` string[]
  - `TeamView` PermissionDescription
    - `CanApplyAtSpaceLevel` boolean
    - `CanApplyAtSystemLevel` boolean
    - `Description` string
    - `SupportedRestrictions` string[]
  - `TeamEdit` PermissionDescription
    - `CanApplyAtSpaceLevel` boolean
    - `CanApplyAtSystemLevel` boolean
    - `Description` string
    - `SupportedRestrictions` string[]
  - `TeamDelete` PermissionDescription
    - `CanApplyAtSpaceLevel` boolean
    - `CanApplyAtSystemLevel` boolean
    - `Description` string
    - `SupportedRestrictions` string[]
  - `UserView` PermissionDescription
    - `CanApplyAtSpaceLevel` boolean
    - `CanApplyAtSystemLevel` boolean
    - `Description` string
    - `SupportedRestrictions` string[]
  - `UserInvite` PermissionDescription
    - `CanApplyAtSpaceLevel` boolean
    - `CanApplyAtSystemLevel` boolean
    - `Description` string
    - `SupportedRestrictions` string[]
  - `UserRoleView` PermissionDescription
    - `CanApplyAtSpaceLevel` boolean
    - `CanApplyAtSystemLevel` boolean
    - `Description` string
    - `SupportedRestrictions` string[]
  - `UserRoleEdit` PermissionDescription
    - `CanApplyAtSpaceLevel` boolean
    - `CanApplyAtSystemLevel` boolean
    - `Description` string
    - `SupportedRestrictions` string[]
  - `TaskView` PermissionDescription
    - `CanApplyAtSpaceLevel` boolean
    - `CanApplyAtSystemLevel` boolean
    - `Description` string
    - `SupportedRestrictions` string[]
  - `TaskCreate` PermissionDescription
    - `CanApplyAtSpaceLevel` boolean
    - `CanApplyAtSystemLevel` boolean
    - `Description` string
    - `SupportedRestrictions` string[]
  - `TaskCancel` PermissionDescription
    - `CanApplyAtSpaceLevel` boolean
    - `CanApplyAtSystemLevel` boolean
    - `Description` string
    - `SupportedRestrictions` string[]
  - `TaskEdit` PermissionDescription
    - `CanApplyAtSpaceLevel` boolean
    - `CanApplyAtSystemLevel` boolean
    - `Description` string
    - `SupportedRestrictions` string[]
  - `TaskPrioritize` PermissionDescription
    - `CanApplyAtSpaceLevel` boolean
    - `CanApplyAtSystemLevel` boolean
    - `Description` string
    - `SupportedRestrictions` string[]
  - `InterruptionView` PermissionDescription
    - `CanApplyAtSpaceLevel` boolean
    - `CanApplyAtSystemLevel` boolean
    - `Description` string
    - `SupportedRestrictions` string[]
  - `InterruptionSubmit` PermissionDescription
    - `CanApplyAtSpaceLevel` boolean
    - `CanApplyAtSystemLevel` boolean
    - `Description` string
    - `SupportedRestrictions` string[]
  - `InterruptionViewSubmitResponsible` PermissionDescription
    - `CanApplyAtSpaceLevel` boolean
    - `CanApplyAtSystemLevel` boolean
    - `Description` string
    - `SupportedRestrictions` string[]
  - `BuiltInFeedPush` PermissionDescription
    - `CanApplyAtSpaceLevel` boolean
    - `CanApplyAtSystemLevel` boolean
    - `Description` string
    - `SupportedRestrictions` string[]
  - `BuiltInFeedAdminister` PermissionDescription
    - `CanApplyAtSpaceLevel` boolean
    - `CanApplyAtSystemLevel` boolean
    - `Description` string
    - `SupportedRestrictions` string[]
  - `BuiltInFeedDownload` PermissionDescription
    - `CanApplyAtSpaceLevel` boolean
    - `CanApplyAtSystemLevel` boolean
    - `Description` string
    - `SupportedRestrictions` string[]
  - `ActionTemplateView` PermissionDescription
    - `CanApplyAtSpaceLevel` boolean
    - `CanApplyAtSystemLevel` boolean
    - `Description` string
    - `SupportedRestrictions` string[]
  - `ActionTemplateCreate` PermissionDescription
    - `CanApplyAtSpaceLevel` boolean
    - `CanApplyAtSystemLevel` boolean
    - `Description` string
    - `SupportedRestrictions` string[]
  - `ActionTemplateEdit` PermissionDescription
    - `CanApplyAtSpaceLevel` boolean
    - `CanApplyAtSystemLevel` boolean
    - `Description` string
    - `SupportedRestrictions` string[]
  - `ActionTemplateDelete` PermissionDescription
    - `CanApplyAtSpaceLevel` boolean
    - `CanApplyAtSystemLevel` boolean
    - `Description` string
    - `SupportedRestrictions` string[]
  - `LifecycleCreate` PermissionDescription
    - `CanApplyAtSpaceLevel` boolean
    - `CanApplyAtSystemLevel` boolean
    - `Description` string
    - `SupportedRestrictions` string[]
  - `LifecycleView` PermissionDescription
    - `CanApplyAtSpaceLevel` boolean
    - `CanApplyAtSystemLevel` boolean
    - `Description` string
    - `SupportedRestrictions` string[]
  - `LifecycleEdit` PermissionDescription
    - `CanApplyAtSpaceLevel` boolean
    - `CanApplyAtSystemLevel` boolean
    - `Description` string
    - `SupportedRestrictions` string[]
  - `LifecycleDelete` PermissionDescription
    - `CanApplyAtSpaceLevel` boolean
    - `CanApplyAtSystemLevel` boolean
    - `Description` string
    - `SupportedRestrictions` string[]
  - `AccountView` PermissionDescription
    - `CanApplyAtSpaceLevel` boolean
    - `CanApplyAtSystemLevel` boolean
    - `Description` string
    - `SupportedRestrictions` string[]
  - `AccountEdit` PermissionDescription
    - `CanApplyAtSpaceLevel` boolean
    - `CanApplyAtSystemLevel` boolean
    - `Description` string
    - `SupportedRestrictions` string[]
  - `AccountCreate` PermissionDescription
    - `CanApplyAtSpaceLevel` boolean
    - `CanApplyAtSystemLevel` boolean
    - `Description` string
    - `SupportedRestrictions` string[]
  - `AccountDelete` PermissionDescription
    - `CanApplyAtSpaceLevel` boolean
    - `CanApplyAtSystemLevel` boolean
    - `Description` string
    - `SupportedRestrictions` string[]
  - `TenantCreate` PermissionDescription
    - `CanApplyAtSpaceLevel` boolean
    - `CanApplyAtSystemLevel` boolean
    - `Description` string
    - `SupportedRestrictions` string[]
  - `TenantEdit` PermissionDescription
    - `CanApplyAtSpaceLevel` boolean
    - `CanApplyAtSystemLevel` boolean
    - `Description` string
    - `SupportedRestrictions` string[]
  - `TenantView` PermissionDescription
    - `CanApplyAtSpaceLevel` boolean
    - `CanApplyAtSystemLevel` boolean
    - `Description` string
    - `SupportedRestrictions` string[]
  - `TenantDelete` PermissionDescription
    - `CanApplyAtSpaceLevel` boolean
    - `CanApplyAtSystemLevel` boolean
    - `Description` string
    - `SupportedRestrictions` string[]
  - `TagSetCreate` PermissionDescription
    - `CanApplyAtSpaceLevel` boolean
    - `CanApplyAtSystemLevel` boolean
    - `Description` string
    - `SupportedRestrictions` string[]
  - `TagSetEdit` PermissionDescription
    - `CanApplyAtSpaceLevel` boolean
    - `CanApplyAtSystemLevel` boolean
    - `Description` string
    - `SupportedRestrictions` string[]
  - `TagSetDelete` PermissionDescription
    - `CanApplyAtSpaceLevel` boolean
    - `CanApplyAtSystemLevel` boolean
    - `Description` string
    - `SupportedRestrictions` string[]
  - `TelemetryView` PermissionDescription
    - `CanApplyAtSpaceLevel` boolean
    - `CanApplyAtSystemLevel` boolean
    - `Description` string
    - `SupportedRestrictions` string[]
  - `MachinePolicyCreate` PermissionDescription
    - `CanApplyAtSpaceLevel` boolean
    - `CanApplyAtSystemLevel` boolean
    - `Description` string
    - `SupportedRestrictions` string[]
  - `MachinePolicyView` PermissionDescription
    - `CanApplyAtSpaceLevel` boolean
    - `CanApplyAtSystemLevel` boolean
    - `Description` string
    - `SupportedRestrictions` string[]
  - `MachinePolicyEdit` PermissionDescription
    - `CanApplyAtSpaceLevel` boolean
    - `CanApplyAtSystemLevel` boolean
    - `Description` string
    - `SupportedRestrictions` string[]
  - `MachinePolicyDelete` PermissionDescription
    - `CanApplyAtSpaceLevel` boolean
    - `CanApplyAtSystemLevel` boolean
    - `Description` string
    - `SupportedRestrictions` string[]
  - `ProxyCreate` PermissionDescription
    - `CanApplyAtSpaceLevel` boolean
    - `CanApplyAtSystemLevel` boolean
    - `Description` string
    - `SupportedRestrictions` string[]
  - `ProxyView` PermissionDescription
    - `CanApplyAtSpaceLevel` boolean
    - `CanApplyAtSystemLevel` boolean
    - `Description` string
    - `SupportedRestrictions` string[]
  - `ProxyEdit` PermissionDescription
    - `CanApplyAtSpaceLevel` boolean
    - `CanApplyAtSystemLevel` boolean
    - `Description` string
    - `SupportedRestrictions` string[]
  - `ProxyDelete` PermissionDescription
    - `CanApplyAtSpaceLevel` boolean
    - `CanApplyAtSystemLevel` boolean
    - `Description` string
    - `SupportedRestrictions` string[]
  - `SubscriptionCreate` PermissionDescription
    - `CanApplyAtSpaceLevel` boolean
    - `CanApplyAtSystemLevel` boolean
    - `Description` string
    - `SupportedRestrictions` string[]
  - `SubscriptionView` PermissionDescription
    - `CanApplyAtSpaceLevel` boolean
    - `CanApplyAtSystemLevel` boolean
    - `Description` string
    - `SupportedRestrictions` string[]
  - `SubscriptionEdit` PermissionDescription
    - `CanApplyAtSpaceLevel` boolean
    - `CanApplyAtSystemLevel` boolean
    - `Description` string
    - `SupportedRestrictions` string[]
  - `SubscriptionDelete` PermissionDescription
    - `CanApplyAtSpaceLevel` boolean
    - `CanApplyAtSystemLevel` boolean
    - `Description` string
    - `SupportedRestrictions` string[]
  - `TriggerCreate` PermissionDescription
    - `CanApplyAtSpaceLevel` boolean
    - `CanApplyAtSystemLevel` boolean
    - `Description` string
    - `SupportedRestrictions` string[]
  - `TriggerView` PermissionDescription
    - `CanApplyAtSpaceLevel` boolean
    - `CanApplyAtSystemLevel` boolean
    - `Description` string
    - `SupportedRestrictions` string[]
  - `TriggerEdit` PermissionDescription
    - `CanApplyAtSpaceLevel` boolean
    - `CanApplyAtSystemLevel` boolean
    - `Description` string
    - `SupportedRestrictions` string[]
  - `TriggerDelete` PermissionDescription
    - `CanApplyAtSpaceLevel` boolean
    - `CanApplyAtSystemLevel` boolean
    - `Description` string
    - `SupportedRestrictions` string[]
  - `CertificateView` PermissionDescription
    - `CanApplyAtSpaceLevel` boolean
    - `CanApplyAtSystemLevel` boolean
    - `Description` string
    - `SupportedRestrictions` string[]
  - `CertificateCreate` PermissionDescription
    - `CanApplyAtSpaceLevel` boolean
    - `CanApplyAtSystemLevel` boolean
    - `Description` string
    - `SupportedRestrictions` string[]
  - `CertificateEdit` PermissionDescription
    - `CanApplyAtSpaceLevel` boolean
    - `CanApplyAtSystemLevel` boolean
    - `Description` string
    - `SupportedRestrictions` string[]
  - `CertificateDelete` PermissionDescription
    - `CanApplyAtSpaceLevel` boolean
    - `CanApplyAtSystemLevel` boolean
    - `Description` string
    - `SupportedRestrictions` string[]
  - `CertificateExportPrivateKey` PermissionDescription
    - `CanApplyAtSpaceLevel` boolean
    - `CanApplyAtSystemLevel` boolean
    - `Description` string
    - `SupportedRestrictions` string[]
  - `UserEdit` PermissionDescription
    - `CanApplyAtSpaceLevel` boolean
    - `CanApplyAtSystemLevel` boolean
    - `Description` string
    - `SupportedRestrictions` string[]
  - `ConfigureServer` PermissionDescription
    - `CanApplyAtSpaceLevel` boolean
    - `CanApplyAtSystemLevel` boolean
    - `Description` string
    - `SupportedRestrictions` string[]
  - `FeedEdit` PermissionDescription
    - `CanApplyAtSpaceLevel` boolean
    - `CanApplyAtSystemLevel` boolean
    - `Description` string
    - `SupportedRestrictions` string[]
  - `WorkerView` PermissionDescription
    - `CanApplyAtSpaceLevel` boolean
    - `CanApplyAtSystemLevel` boolean
    - `Description` string
    - `SupportedRestrictions` string[]
  - `WorkerEdit` PermissionDescription
    - `CanApplyAtSpaceLevel` boolean
    - `CanApplyAtSystemLevel` boolean
    - `Description` string
    - `SupportedRestrictions` string[]
  - `SpaceEdit` PermissionDescription
    - `CanApplyAtSpaceLevel` boolean
    - `CanApplyAtSystemLevel` boolean
    - `Description` string
    - `SupportedRestrictions` string[]
  - `SpaceView` PermissionDescription
    - `CanApplyAtSpaceLevel` boolean
    - `CanApplyAtSystemLevel` boolean
    - `Description` string
    - `SupportedRestrictions` string[]
  - `SpaceDelete` PermissionDescription
    - `CanApplyAtSpaceLevel` boolean
    - `CanApplyAtSystemLevel` boolean
    - `Description` string
    - `SupportedRestrictions` string[]
  - `SpaceCreate` PermissionDescription
    - `CanApplyAtSpaceLevel` boolean
    - `CanApplyAtSystemLevel` boolean
    - `Description` string
    - `SupportedRestrictions` string[]
  - `BuildInformationPush` PermissionDescription
    - `CanApplyAtSpaceLevel` boolean
    - `CanApplyAtSystemLevel` boolean
    - `Description` string
    - `SupportedRestrictions` string[]
  - `BuildInformationAdminister` PermissionDescription
    - `CanApplyAtSpaceLevel` boolean
    - `CanApplyAtSystemLevel` boolean
    - `Description` string
    - `SupportedRestrictions` string[]
  - `RunbookView` PermissionDescription
    - `CanApplyAtSpaceLevel` boolean
    - `CanApplyAtSystemLevel` boolean
    - `Description` string
    - `SupportedRestrictions` string[]
  - `RunbookEdit` PermissionDescription
    - `CanApplyAtSpaceLevel` boolean
    - `CanApplyAtSystemLevel` boolean
    - `Description` string
    - `SupportedRestrictions` string[]
  - `RunbookRunView` PermissionDescription
    - `CanApplyAtSpaceLevel` boolean
    - `CanApplyAtSystemLevel` boolean
    - `Description` string
    - `SupportedRestrictions` string[]
  - `RunbookRunDelete` PermissionDescription
    - `CanApplyAtSpaceLevel` boolean
    - `CanApplyAtSystemLevel` boolean
    - `Description` string
    - `SupportedRestrictions` string[]
  - `RunbookRunCreate` PermissionDescription
    - `CanApplyAtSpaceLevel` boolean
    - `CanApplyAtSystemLevel` boolean
    - `Description` string
    - `SupportedRestrictions` string[]
  - `GitCredentialView` PermissionDescription
    - `CanApplyAtSpaceLevel` boolean
    - `CanApplyAtSystemLevel` boolean
    - `Description` string
    - `SupportedRestrictions` string[]
  - `GitCredentialEdit` PermissionDescription
    - `CanApplyAtSpaceLevel` boolean
    - `CanApplyAtSystemLevel` boolean
    - `Description` string
    - `SupportedRestrictions` string[]
  - `EventRetentionDelete` PermissionDescription
    - `CanApplyAtSpaceLevel` boolean
    - `CanApplyAtSystemLevel` boolean
    - `Description` string
    - `SupportedRestrictions` string[]
  - `EventRetentionView` PermissionDescription
    - `CanApplyAtSpaceLevel` boolean
    - `CanApplyAtSystemLevel` boolean
    - `Description` string
    - `SupportedRestrictions` string[]
  - `InsightsReportView` PermissionDescription
    - `CanApplyAtSpaceLevel` boolean
    - `CanApplyAtSystemLevel` boolean
    - `Description` string
    - `SupportedRestrictions` string[]
  - `InsightsReportCreate` PermissionDescription
    - `CanApplyAtSpaceLevel` boolean
    - `CanApplyAtSystemLevel` boolean
    - `Description` string
    - `SupportedRestrictions` string[]
  - `InsightsReportEdit` PermissionDescription
    - `CanApplyAtSpaceLevel` boolean
    - `CanApplyAtSystemLevel` boolean
    - `Description` string
    - `SupportedRestrictions` string[]
  - `InsightsReportDelete` PermissionDescription
    - `CanApplyAtSpaceLevel` boolean
    - `CanApplyAtSystemLevel` boolean
    - `Description` string
    - `SupportedRestrictions` string[]
  - `DeploymentFreezeAdminister` PermissionDescription
    - `CanApplyAtSpaceLevel` boolean
    - `CanApplyAtSystemLevel` boolean
    - `Description` string
    - `SupportedRestrictions` string[]
  - `TargetTagView` PermissionDescription
    - `CanApplyAtSpaceLevel` boolean
    - `CanApplyAtSystemLevel` boolean
    - `Description` string
    - `SupportedRestrictions` string[]
  - `TargetTagAdminister` PermissionDescription
    - `CanApplyAtSpaceLevel` boolean
    - `CanApplyAtSystemLevel` boolean
    - `Description` string
    - `SupportedRestrictions` string[]
  - `PlatformHubView` PermissionDescription
    - `CanApplyAtSpaceLevel` boolean
    - `CanApplyAtSystemLevel` boolean
    - `Description` string
    - `SupportedRestrictions` string[]
  - `PlatformHubEdit` PermissionDescription
    - `CanApplyAtSpaceLevel` boolean
    - `CanApplyAtSystemLevel` boolean
    - `Description` string
    - `SupportedRestrictions` string[]
  - `RetentionAdminister` PermissionDescription
    - `CanApplyAtSpaceLevel` boolean
    - `CanApplyAtSystemLevel` boolean
    - `Description` string
    - `SupportedRestrictions` string[]
  - `FeatureToggleEdit` PermissionDescription
    - `CanApplyAtSpaceLevel` boolean
    - `CanApplyAtSystemLevel` boolean
    - `Description` string
    - `SupportedRestrictions` string[]
  - `ApprovalPolicyAdminister` PermissionDescription
    - `CanApplyAtSpaceLevel` boolean
    - `CanApplyAtSystemLevel` boolean
    - `Description` string
    - `SupportedRestrictions` string[]
  - `SshKnownHostsAdminister` PermissionDescription
    - `CanApplyAtSpaceLevel` boolean
    - `CanApplyAtSystemLevel` boolean
    - `Description` string
    - `SupportedRestrictions` string[]
  - `SshKnownHostsView` PermissionDescription
    - `CanApplyAtSpaceLevel` boolean
    - `CanApplyAtSystemLevel` boolean
    - `Description` string
    - `SupportedRestrictions` string[]
  - `AiAgentTranscriptView` PermissionDescription
    - `CanApplyAtSpaceLevel` boolean
    - `CanApplyAtSystemLevel` boolean
    - `Description` string
    - `SupportedRestrictions` string[]

## Other responses

- `400` — Bad request. Either the payload was not structurally valid or business rules did not permit the operation.
- `404` — Not found. One or more of the entities involved in the operation was not found.

---

[API](https://skmtc.net/octopus/apis/octopus-server-api.md) · [All operations](https://skmtc.net/octopus/apis/octopus-server-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/octopus/octopus-server-api/versions/bc9158facfc7/schema)
