Skip to content

Commit caee47a

Browse files
committed
add capability names to the doc
1 parent 4f05e4c commit caee47a

File tree

1 file changed

+59
-1
lines changed

1 file changed

+59
-1
lines changed

website/docs/r/role.html.markdown

Lines changed: 59 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,65 @@ 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.
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
81+
82+
83+
84+
85+
86+
87+
88+
3189

3290
The following attributes are exported:
3391

0 commit comments

Comments
 (0)