Skip to content

Commit 58cdb90

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
and
ci.datadog-api-spec
authored
Fix authz scope descriptions (#1919)
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
1 parent 512080d commit 58cdb90

File tree

3 files changed

+14
-6
lines changed

3 files changed

+14
-6
lines changed

.apigentools-info

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"spec_versions": {
55
"v1": {
66
"apigentools_version": "1.6.6",
7-
"regenerated": "2024-11-19 19:45:52.375418",
8-
"spec_repo_commit": "04f6c81e"
7+
"regenerated": "2024-11-19 21:12:10.276537",
8+
"spec_repo_commit": "2e48953d"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2024-11-19 19:45:52.394372",
13-
"spec_repo_commit": "04f6c81e"
12+
"regenerated": "2024-11-19 21:12:10.295215",
13+
"spec_repo_commit": "2e48953d"
1414
}
1515
}
1616
}

.generator/schemas/v1/openapi.yaml

+5-1
Original file line numberDiff line numberDiff line change
@@ -23335,6 +23335,9 @@ components:
2333523335
apm_service_catalog_read: View service catalog and service definitions.
2333623336
apm_service_catalog_write: Add, modify, and delete service catalog definitions
2333723337
when those definitions are maintained by Datadog.
23338+
appsec_vm_read: View infrastructure, application code and library vulnerabilities.
23339+
This does not restrict access to the vulnerability data source through
23340+
the API or inventory SQL.
2333823341
cases_read: View Cases.
2333923342
cases_write: Create and update cases.
2334023343
ci_visibility_pipelines_write: Create CI Visibility pipeline spans using
@@ -23375,7 +23378,8 @@ components:
2337523378
Remote Configuration for the entire organization.
2337623379
security_monitoring_filters_read: Read Security Filters.
2337723380
security_monitoring_filters_write: Create, edit, and delete Security Filters.
23378-
security_monitoring_findings_read: View CSPM Findings.
23381+
security_monitoring_findings_read: View a list of findings that include
23382+
both misconfigurations and identity risks.
2337923383
security_monitoring_rules_read: Read Detection Rules.
2338023384
security_monitoring_rules_write: Create and edit Detection Rules.
2338123385
security_monitoring_signals_read: View Security Signals.

.generator/schemas/v2/openapi.yaml

+5-1
Original file line numberDiff line numberDiff line change
@@ -27145,6 +27145,9 @@ components:
2714527145
apm_service_catalog_read: View service catalog and service definitions.
2714627146
apm_service_catalog_write: Add, modify, and delete service catalog definitions
2714727147
when those definitions are maintained by Datadog.
27148+
appsec_vm_read: View infrastructure, application code and library vulnerabilities.
27149+
This does not restrict access to the vulnerability data source through
27150+
the API or inventory SQL.
2714827151
cases_read: View Cases.
2714927152
cases_write: Create and update cases.
2715027153
ci_visibility_pipelines_write: Create CI Visibility pipeline spans using
@@ -27185,7 +27188,8 @@ components:
2718527188
Remote Configuration for the entire organization.
2718627189
security_monitoring_filters_read: Read Security Filters.
2718727190
security_monitoring_filters_write: Create, edit, and delete Security Filters.
27188-
security_monitoring_findings_read: View CSPM Findings.
27191+
security_monitoring_findings_read: View a list of findings that include
27192+
both misconfigurations and identity risks.
2718927193
security_monitoring_rules_read: Read Detection Rules.
2719027194
security_monitoring_rules_write: Create and edit Detection Rules.
2719127195
security_monitoring_signals_read: View Security Signals.

0 commit comments

Comments
 (0)