From 32ebcafa6b7431bd2839c293c22acae3bb488c47 Mon Sep 17 00:00:00 2001 From: Kim Pohas Date: Tue, 8 Oct 2024 20:56:27 -0700 Subject: [PATCH 1/2] Role Management API v2 (beta) --- docs/api/index.md | 5 ++++ docs/api/role-management-v2.md | 43 ++++++++++++++++++++++++++++++++++ sidebars.ts | 1 + 3 files changed, 49 insertions(+) create mode 100644 docs/api/role-management-v2.md diff --git a/docs/api/index.md b/docs/api/index.md index 37f04a8ed4..94658e98e1 100644 --- a/docs/api/index.md +++ b/docs/api/index.md @@ -190,6 +190,11 @@ To connect with other Sumo Logic users, post feedback, or ask a question, visit Thumbnail icon

Roles

+
+
+ Thumbnail icon

Roles v2 (Beta)

+
+
Thumbnail icon

SAML Configuration

diff --git a/docs/api/role-management-v2.md b/docs/api/role-management-v2.md new file mode 100644 index 0000000000..9f0376dcee --- /dev/null +++ b/docs/api/role-management-v2.md @@ -0,0 +1,43 @@ +--- +id: role-management-v2 +title: Role Management APIs v2 (Beta) +sidebar_label: Roles +description: Role Management APIs v2 (Beta) allow you to manage roles from HTTP endpoints. +--- + +import useBaseUrl from '@docusaurus/useBaseUrl'; +import ApiIntro from '../reuse/api-intro.md'; +import ApiRoles from '../reuse/api-roles.md'; + +icon + +

Beta

+ +Roles determine the functions that users are able to perform in Sumo Logic. The Role Management API (v2) allows you to configure access on partitions and manage roles from HTTP endpoints. + +To manage roles, you must have an administrator role or your role must have been assigned the [Manage Users and Roles](/docs/manage/users-roles/) capability. + +## Documentation + + + +| Deployment | Documentation URL | +|:------------|:--------------------------------------------------------| +| AU | https://api.au.sumologic.com/docs/#tag/roleManagementV2 | +| CA | https://api.ca.sumologic.com/docs/#tag/roleManagementV2 | +| DE | https://api.de.sumologic.com/docs/#tag/roleManagementV2 | +| EU | https://api.eu.sumologic.com/docs/#tag/roleManagementV2 | +| FED | https://api.fed.sumologic.com/docs/#tag/roleManagementV2 | +| IN | https://api.in.sumologic.com/docs/#tag/roleManagementV2 | +| JP | https://api.jp.sumologic.com/docs/#tag/roleManagementV2 | +| KR | https://api.kr.sumologic.com/docs/#tag/roleManagementV2 | +| US1 | https://api.sumologic.com/docs/#tag/roleManagementV2 | +| US2 | https://api.us2.sumologic.com/docs/#tag/roleManagementV2 | + + diff --git a/sidebars.ts b/sidebars.ts index 0bd3a6d14d..73ca7fde59 100644 --- a/sidebars.ts +++ b/sidebars.ts @@ -2972,6 +2972,7 @@ integrations: [ 'api/password-policy', 'api/policies-management', 'api/role-management', + 'api/role-management-v2', 'api/saml-configuration', 'api/scheduled-views', 'api/search-job', From 0ac56a037e38a5f3fa4aeb77ec4d784edb9166da Mon Sep 17 00:00:00 2001 From: "Kim (Sumo Logic)" <56411016+kimsauce@users.noreply.github.com> Date: Tue, 8 Oct 2024 21:23:48 -0700 Subject: [PATCH 2/2] Update docs/api/index.md --- docs/api/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/index.md b/docs/api/index.md index 94658e98e1..3e6000a9da 100644 --- a/docs/api/index.md +++ b/docs/api/index.md @@ -192,7 +192,7 @@ To connect with other Sumo Logic users, post feedback, or ask a question, visit
- Thumbnail icon

Roles v2 (Beta)

+ Thumbnail icon

Roles v2 (Beta)