diff --git a/.generator/schemas/v2/openapi.yaml b/.generator/schemas/v2/openapi.yaml index c2aa6fb686..5638f0c0df 100644 --- a/.generator/schemas/v2/openapi.yaml +++ b/.generator/schemas/v2/openapi.yaml @@ -168771,7 +168771,21 @@ paths: permissions: - user_access_read post: - description: Create a new role for your organization. + description: |- + Create a new role for your organization. + + The following read permissions are automatically added to every new role, even if they are not included in the request: + + - Dashboards Read + - Notebooks Read + - Monitors Read + - APM Read + - Vulnerability Management Read + - RUM Apps Read + - Incidents Read + - SLOs Read + - CI Visibility Read + - CD Visibility Read operationId: CreateRole requestBody: content: diff --git a/src/datadog_api_client/v2/api/roles_api.py b/src/datadog_api_client/v2/api/roles_api.py index 20514afa98..f2e4c23e60 100644 --- a/src/datadog_api_client/v2/api/roles_api.py +++ b/src/datadog_api_client/v2/api/roles_api.py @@ -479,6 +479,19 @@ def create_role( Create a new role for your organization. + The following read permissions are automatically added to every new role, even if they are not included in the request: + + * Dashboards Read + * Notebooks Read + * Monitors Read + * APM Read + * Vulnerability Management Read + * RUM Apps Read + * Incidents Read + * SLOs Read + * CI Visibility Read + * CD Visibility Read + :type body: RoleCreateRequest :rtype: RoleCreateResponse """