File tree Expand file tree Collapse file tree
src/datadog_api_client/v2/api Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -168771,7 +168771,21 @@ paths:
168771168771 permissions:
168772168772 - user_access_read
168773168773 post:
168774- description: Create a new role for your organization.
168774+ description: |-
168775+ Create a new role for your organization.
168776+
168777+ The following read permissions are automatically added to every new role, even if they are not included in the request:
168778+
168779+ - Dashboards Read
168780+ - Notebooks Read
168781+ - Monitors Read
168782+ - APM Read
168783+ - Vulnerability Management Read
168784+ - RUM Apps Read
168785+ - Incidents Read
168786+ - SLOs Read
168787+ - CI Visibility Read
168788+ - CD Visibility Read
168775168789 operationId: CreateRole
168776168790 requestBody:
168777168791 content:
Original file line number Diff line number Diff line change @@ -479,6 +479,19 @@ def create_role(
479479
480480 Create a new role for your organization.
481481
482+ The following read permissions are automatically added to every new role, even if they are not included in the request:
483+
484+ * Dashboards Read
485+ * Notebooks Read
486+ * Monitors Read
487+ * APM Read
488+ * Vulnerability Management Read
489+ * RUM Apps Read
490+ * Incidents Read
491+ * SLOs Read
492+ * CI Visibility Read
493+ * CD Visibility Read
494+
482495 :type body: RoleCreateRequest
483496 :rtype: RoleCreateResponse
484497 """
You can’t perform that action at this time.
0 commit comments