Skip to content

Commit 313a817

Browse files
authored
Merge pull request #290 from SumoLogic/sumo.176361.documentation.for.capability.names
SUMO-176361: add capability names to the doc
2 parents e67b238 + 5fe610c commit 313a817

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

website/docs/r/role.html.markdown

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ 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.
31-
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.
31+
3232
The following attributes are exported:
3333

3434
- `id` - The internal ID of the role.
@@ -41,3 +41,4 @@ terraform import sumologic_role.role 1234567890
4141
```
4242

4343
[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)