Skip to content

Commit b8ea3ed

Browse files
authored
Merge pull request #654 from SumoLogic/rs-update-documentation
Corrections in rolev2 resource and data source
2 parents 67c9ee8 + d191b37 commit b8ea3ed

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

website/docs/d/role_v2.html.markdown

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ The following attributes are exported:
3737
- `description` - The description of the role.
3838
- `capabilities` - The list of capabilities associated with the role.
3939
- `selected_views` - List of views with specific view level filters in accordance to the selectionType chosen.
40-
- `audit_data_filter` - The search filter which would be applied on partitions which belong to Audit Data product area. Help Doc : (https://help.sumologic.com/docs/manage/security/audit-index/). Applicable with only `All` selectionType
41-
- `security_data_filter` - The search filter which would be applied on partitions which belong to Security Data product area. Applicable with only `All` selectionType.
42-
- `log_analytics_filter` - The search filter which would be applied on partitions which belong to Log Analytics product area. Applicable with only `All` selectionType
40+
- `audit_data_filter` - The search filter which would be applied on partitions which belong to Audit Data product area. Help Doc : (https://help.sumologic.com/docs/manage/security/audit-index/).
41+
- `security_data_filter` - The search filter which would be applied on partitions which belong to Security Data product area.
42+
- `log_analytics_filter` - The search filter which would be applied on partitions which belong to Log Analytics product area.
4343
- `selection_type` - Describes the Permission Construct for the list of views in "selectedViews" parameter.
4444
### Values in selection type are :
4545
- `All` selectionType would allow access to all views in the org.

website/docs/r/role_v2.html.markdown

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ The following arguments are supported:
3434
- `name` - (Required) Name of the role.
3535
- `capabilities` - (Optional) List of [capabilities](https://help.sumologic.com/docs/manage/users-roles/roles/role-capabilities/) associated with this role.
3636
- `description` - (Optional) Description of the role.
37-
- `security_data_filter` - (Optional) A search filter which would be applied on partitions which belong to Security Data product area. Applicable with only `All` selectionType.
38-
- `log_analytics_filter` - (Optional) A search filter which would be applied on partitions which belong to Log Analytics product area. Applicable with only `All` selectionType
39-
- `audit_data_filter` - (Optional) A search filter which would be applied on partitions which belong to Audit Data product area. Help Doc : (https://help.sumologic.com/docs/manage/security/audit-index/). Applicable with only `All` selectionType
37+
- `security_data_filter` - (Optional) A search filter which would be applied on partitions which belong to Security Data product area.
38+
- `log_analytics_filter` - (Optional) A search filter which would be applied on partitions which belong to Log Analytics product area.
39+
- `audit_data_filter` - (Optional) A search filter which would be applied on partitions which belong to Audit Data product area. Help Doc : (https://help.sumologic.com/docs/manage/security/audit-index/).
4040
- `selection_type` - (Optional) Describes the Permission Construct for the list of views in "selectedViews" parameter.
4141
### Valid Values are :
4242
- `All` selectionType would allow access to all views in the org.

0 commit comments

Comments
 (0)