Skip to content

Commit 5fe610c

Browse files
committed
change the name list to a link to the role api
1 parent ecd4214 commit 5fe610c

File tree

1 file changed

+2
-51
lines changed

1 file changed

+2
-51
lines changed

website/docs/r/role.html.markdown

Lines changed: 2 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -27,57 +27,7 @@ The following arguments are supported:
2727
- `name` - (Required) The name of the role.
2828
- `description` - (Optional) The description of the role.
2929
- `filter_predicate` - (Optional) A search filter to restrict access to specific logs.
30-
- `capabilities` - (Optional) List of capabilities associated with this role. Valid Values are:
31-
- Data Management:
32-
- viewCollectors
33-
- manageCollectors
34-
- manageBudgets
35-
- manageDataVolumeFeed
36-
- viewFieldExtraction
37-
- manageFieldExtractionRules
38-
- manageS3DataForwarding
39-
- manageContent
40-
- dataVolumeIndex
41-
- manageConnections
42-
- viewScheduledViews
43-
- manageScheduledViews
44-
- viewPartitions
45-
- managePartitions
46-
- viewFields
47-
- manageFields
48-
- viewAccountOverview
49-
- manageTokens
50-
- Entity management:
51-
- manageEntityTypeConfig
52-
- Metrics:
53-
- metricsTransformation
54-
- metricsExtraction
55-
- metricsRules
56-
- Security:
57-
- managePasswordPolicy
58-
- ipAllowlisting
59-
- createAccessKeys
60-
- manageAccessKeys
61-
- manageSupportAccountAccess
62-
- manageAuditDataFeed
63-
- manageSaml
64-
- shareDashboardOutsideOrg
65-
- manageOrgSettings
66-
- changeDataAccessLevel
67-
- Dashboards:
68-
- shareDashboardWorld
69-
- shareDashboardAllowlist
70-
- UserManagement:
71-
- manageUsersAndRoles
72-
- Observability:
73-
- searchAuditIndex
74-
- auditEventIndex
75-
- Cloud SIEM Enterprise:
76-
- viewCse
77-
- Alerting:
78-
- viewMonitorsV2
79-
- manageMonitorsV2
80-
- viewAlerts
30+
- `capabilities` - (Optional) List of capabilities associated with this role. For a complete list of capability names, please see `capabilities` field in the request of [CreateRole][2] endpoint.
8131

8232
The following attributes are exported:
8333

@@ -91,3 +41,4 @@ terraform import sumologic_role.role 1234567890
9141
```
9242

9343
[1]: https://help.sumologic.com/Manage/Users-and-Roles/Manage-Roles
44+
[2]: https://api.sumologic.com/docs/#operation/createRole

0 commit comments

Comments
 (0)