Skip to content

Commit 813d9e9

Browse files
committed
add missing sections
1 parent 04197cf commit 813d9e9

File tree

1 file changed

+76
-56
lines changed

1 file changed

+76
-56
lines changed

docs/manage/users-roles/roles/role-capabilities.md

Lines changed: 76 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -81,64 +81,13 @@ Following are the capabilities you can assign when you [create roles](create-man
8181
| Access Search Audit Events | View and download audit logs of search queries executed in the UI. | `accessSearchAuditEvents` |
8282
| Access Audit Events | View and download audit logs of admin and config events. | `accessAuditEvents` |
8383

84-
## Automation Service
85-
86-
| Capability | Description | API |
87-
| :-- | :-- | :-- |
88-
|Task View|See tasks in [playbooks](/docs/platform-services/automation-service/automation-service-playbooks/). | `taskView` |
89-
|Task Access | Access your tasks in playbooks. | `taskAccess` |
90-
|Task Access All| Access all user tasks in playbooks. | `taskAccessAll` |
91-
|Task Edit| Configure tasks in playbooks. | `taskEdit` |
92-
|Task Reassign|Assign tasks in playbooks to users. | `taskReassign` |
93-
|App Central Access | View [App Central](/docs/platform-services/automation-service/automation-service-app-central/). | `appCentralAccess` |
94-
|App Central Export|Export integrations and playbooks from App Central. | `appCentralExport` |
95-
|Integrations Access | View [integrations](/docs/platform-services/automation-service/automation-service-integrations/). | `integrationsAccess` |
96-
|Integrations Configure| Create and edit integrations. | `integrationsConfigure` |
97-
|Playbooks Access | View playbooks. | `playbooksAccess` |
98-
|Playbooks Configure| Create and edit playbooks. | `playbooksConfigure` |
99-
|Bridge Monitoring Access |Monitor Bridge operations. | `bridgeMonitoringAccess` |
100-
|Observability Access | Access automation in the SaaS Log UI. | `observabilityAccess` |
101-
|Observability Configure| Create and edit automation in the SaaS Log UI. | `observabilityConfigure` |
102-
103-
## Alerting
104-
105-
| Capability | Description | API |
106-
| :-- | :-- | :-- |
107-
| View Monitors |If folder perms are enabled, view folders & monitors you have access to. | `viewMonitors` |
108-
| Manage Monitors | Create folders & monitors, grant perms, and (with folder perms) full CRUD on folders you control. | `manageMonitors` |
109-
|Admin Monitors |With folder perms, full CRUD & grant on all folders & monitors. | `adminMonitors` |
110-
| View Alerts | View alerts on the [Alert page](/docs/alerts/monitors/alert-response). | `viewAlerts` |
111-
| View Muting Schedules | View [Muting Schedules](/docs/alerts/monitors/muting-schedules). | `viewMutingSchedules` |
112-
| Manage Muting Schedules | Create, edit, and delete Muting Schedules. | `manageMutingSchedules` |
113-
114-
## Reliability Management
115-
116-
| Capability | Description | API |
117-
| :-- | :-- | :-- |
118-
| View SLOs | View [Service Level Objectives (SLOs)](/docs/observability/reliability-management-slo/create-slo/). | `viewSLOs` |
119-
| Manage SLOs | Create, edit, and delete SLOs. | `manageSLOs` |
120-
121-
## Organizations
122-
123-
| Capability | Description | API |
124-
| :-- | :-- | :-- |
125-
| View Organizations | View the [Organizations](/docs/manage/manage-subscription/create-and-manage-orgs/create-manage-orgs) UI. | `viewOrganizations` |
126-
| Create Organizations | Create and provision child organizations. | `createOrganizations` |
127-
|Change Credits Allocation|Change the credits allocation for a child organization. | `changeCreditsAllocation` |
128-
| Create Trial Organizations | Create trial organizations (Service Providers only). | `createTrialOrganizations` |
129-
|Upgrade Trial Organizations |Upgrade trial organizations (Service Providers only). | `upgradeTrialOrganizations` |
130-
|Deactivate Organizations |Deactivate trial organizations (Service Providers only). | `deactivateOrganizations` |
131-
132-
## Threat Intel
133-
134-
| Capability | Description | API |
135-
| :-- | :-- | :-- |
136-
| View Threat Intel Data Store| View the [Threat Intelligence](/docs/security/threat-intelligence/about-threat-intelligence/) tab. | `viewThreatIntelDataStore` |
137-
| Manage Threat Intel Data Store| Create, edit, and delete threat intel sources. | `manageThreatIntelDataStore` |
138-
13984
## Cloud SOAR
14085

141-
[Cloud SOAR](/docs/cloud-soar/) features only show if enabled.
86+
[Cloud SOAR](/docs/cloud-soar/) capabilities appear in the Roles UI only if Cloud SOAR has been enabled for your account.
87+
88+
:::info
89+
This section is for our Cloud SOAR SaaS version. If you have a legacy Cloud SOAR instance URL matching the pattern `*.soar.sumologic.com`, see [Legacy Cloud SOAR role capabilities](#legacy-cloud-soar-role-capabilities) below.
90+
:::
14291

14392
### SaaS Cloud SOAR
14493

@@ -202,6 +151,77 @@ Following are the capabilities you can assign when you [create roles](create-man
202151
| Settings General| Configure legacy settings. | `settingsGeneralLegacy` |
203152
| Configure|Update legacy configuration. | `configureLegacy` |
204153

154+
## Automation Service
155+
156+
| Capability | Description | API |
157+
| :-- | :-- | :-- |
158+
|Task View|See tasks in [playbooks](/docs/platform-services/automation-service/automation-service-playbooks/). | `taskView` |
159+
|Task Access | Access your tasks in playbooks. | `taskAccess` |
160+
|Task Access All| Access all user tasks in playbooks. | `taskAccessAll` |
161+
|Task Edit| Configure tasks in playbooks. | `taskEdit` |
162+
|Task Reassign|Assign tasks in playbooks to users. | `taskReassign` |
163+
|App Central Access | View [App Central](/docs/platform-services/automation-service/automation-service-app-central/). | `appCentralAccess` |
164+
|App Central Export|Export integrations and playbooks from App Central. | `appCentralExport` |
165+
|Integrations Access | View [integrations](/docs/platform-services/automation-service/automation-service-integrations/). | `integrationsAccess` |
166+
|Integrations Configure| Create and edit integrations. | `integrationsConfigure` |
167+
|Playbooks Access | View playbooks. | `playbooksAccess` |
168+
|Playbooks Configure| Create and edit playbooks. | `playbooksConfigure` |
169+
|Bridge Monitoring Access |Monitor Bridge operations. | `bridgeMonitoringAccess` |
170+
|Observability Access | Access automation in the SaaS Log UI. | `observabilityAccess` |
171+
|Observability Configure| Create and edit automation in the SaaS Log UI. | `observabilityConfigure` |
172+
173+
## Settings General
174+
175+
## Content
176+
177+
## Configuration
178+
179+
180+
## Alerting
181+
182+
| Capability | Description | API |
183+
| :-- | :-- | :-- |
184+
| View Monitors |If folder perms are enabled, view folders & monitors you have access to. | `viewMonitors` |
185+
| Manage Monitors | Create folders & monitors, grant perms, and (with folder perms) full CRUD on folders you control. | `manageMonitors` |
186+
|Admin Monitors |With folder perms, full CRUD & grant on all folders & monitors. | `adminMonitors` |
187+
| View Alerts | View alerts on the [Alert page](/docs/alerts/monitors/alert-response). | `viewAlerts` |
188+
| View Muting Schedules | View [Muting Schedules](/docs/alerts/monitors/muting-schedules). | `viewMutingSchedules` |
189+
| Manage Muting Schedules | Create, edit, and delete Muting Schedules. | `manageMutingSchedules` |
190+
191+
## Open Analytics
192+
193+
194+
## Usage Management
195+
196+
197+
## Reliability Management
198+
199+
| Capability | Description | API |
200+
| :-- | :-- | :-- |
201+
| View SLOs | View [Service Level Objectives (SLOs)](/docs/observability/reliability-management-slo/create-slo/). | `viewSLOs` |
202+
| Manage SLOs | Create, edit, and delete SLOs. | `manageSLOs` |
203+
204+
## Threat Intel
205+
206+
| Capability | Description | API |
207+
| :-- | :-- | :-- |
208+
| View Threat Intel Data Store| View the [Threat Intelligence](/docs/security/threat-intelligence/about-threat-intelligence/) tab. | `viewThreatIntelDataStore` |
209+
| Manage Threat Intel Data Store| Create, edit, and delete threat intel sources. | `manageThreatIntelDataStore` |
210+
211+
## Macros
212+
213+
214+
## Organizations
215+
216+
| Capability | Description | API |
217+
| :-- | :-- | :-- |
218+
| View Organizations | View the [Organizations](/docs/manage/manage-subscription/create-and-manage-orgs/create-manage-orgs) UI. | `viewOrganizations` |
219+
| Create Organizations | Create and provision child organizations. | `createOrganizations` |
220+
|Change Credits Allocation|Change the credits allocation for a child organization. | `changeCreditsAllocation` |
221+
| Create Trial Organizations | Create trial organizations (Service Providers only). | `createTrialOrganizations` |
222+
|Upgrade Trial Organizations |Upgrade trial organizations (Service Providers only). | `upgradeTrialOrganizations` |
223+
|Deactivate Organizations |Deactivate trial organizations (Service Providers only). | `deactivateOrganizations` |
224+
205225
## Cloud SIEM
206226

207227
[Cloud SIEM](/docs/cse/) features only show if enabled.

0 commit comments

Comments
 (0)