Skip to content

Commit

Permalink
Regenerate client from commit 0e1cd234 of spec repo
Browse files Browse the repository at this point in the history
  • Loading branch information
ci.datadog-api-spec committed Sep 11, 2024
1 parent 8e8c61a commit 4128a77
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 36 deletions.
8 changes: 4 additions & 4 deletions .apigentools-info
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"spec_versions": {
"v1": {
"apigentools_version": "1.6.6",
"regenerated": "2024-09-11 19:15:20.742421",
"spec_repo_commit": "3288a6f0"
"regenerated": "2024-09-11 22:13:19.508000",
"spec_repo_commit": "0e1cd234"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2024-09-11 19:15:20.759805",
"spec_repo_commit": "3288a6f0"
"regenerated": "2024-09-11 22:13:19.525367",
"spec_repo_commit": "0e1cd234"
}
}
}
3 changes: 3 additions & 0 deletions .generator/schemas/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22407,6 +22407,7 @@ components:
access to the cloud cost data source in dashboards and notebooks.
cloud_cost_management_write: Configure cloud cost accounts and global
customizations.
code_analysis_read: View Code Analysis.
continuous_profiler_pgo_read: Read and query Continuous Profiler data
for Profile-Guided Optimization (PGO).
create_webhooks: Create webhooks integrations.
Expand Down Expand Up @@ -22442,6 +22443,8 @@ components:
security_monitoring_signals_read: View Security Signals.
security_monitoring_suppressions_read: Read Rule Suppressions.
security_monitoring_suppressions_write: Write Rule Suppressions.
security_pipelines_read: View Security Pipelines.
security_pipelines_write: Create, edit, and delete CSM Security Pipelines.
slos_corrections: Apply, edit, and delete SLO status corrections. A user
with this permission can make status corrections, even if they do not
have permission to edit those SLOs.
Expand Down
28 changes: 3 additions & 25 deletions .generator/schemas/v2/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26324,11 +26324,6 @@ paths:
description: Not Found
'429':
$ref: '#/components/responses/TooManyRequestsResponse'
security:
- apiKeyAuth: []
appKeyAuth: []
- AuthZ:
- user_access_manage
summary: Delete an AuthN Mapping
tags:
- AuthN Mappings
Expand Down Expand Up @@ -26358,10 +26353,6 @@ paths:
description: Not Found
'429':
$ref: '#/components/responses/TooManyRequestsResponse'
security:
- apiKeyAuth: []
appKeyAuth: []
- AuthZ: []
summary: Get an AuthN Mapping by UUID
tags:
- AuthN Mappings
Expand Down Expand Up @@ -26415,11 +26406,6 @@ paths:
description: Unprocessable Entity
'429':
$ref: '#/components/responses/TooManyRequestsResponse'
security:
- apiKeyAuth: []
appKeyAuth: []
- AuthZ:
- user_access_manage
summary: Edit an AuthN Mapping
tags:
- AuthN Mappings
Expand Down Expand Up @@ -29232,11 +29218,6 @@ paths:
$ref: '#/components/responses/NotFoundResponse'
'429':
$ref: '#/components/responses/TooManyRequestsResponse'
security:
- apiKeyAuth: []
appKeyAuth: []
- AuthZ:
- incident_read
summary: Get a list of attachments
tags:
- Incidents
Expand Down Expand Up @@ -32900,9 +32881,6 @@ paths:
$ref: '#/components/responses/ForbiddenResponse'
'429':
$ref: '#/components/responses/TooManyRequestsResponse'
security:
- apiKeyAuth: []
appKeyAuth: []
summary: List Org Configs
tags:
- Organizations
Expand All @@ -32929,9 +32907,6 @@ paths:
$ref: '#/components/responses/NotFoundResponse'
'429':
$ref: '#/components/responses/TooManyRequestsResponse'
security:
- apiKeyAuth: []
appKeyAuth: []
summary: Get a specific Org Config value
tags:
- Organizations
Expand Down Expand Up @@ -33768,6 +33743,7 @@ paths:
security:
- apiKeyAuth: []
appKeyAuth: []
- AuthZ: []
summary: Delete a restriction policy
tags:
- Restriction Policies
Expand All @@ -33792,6 +33768,7 @@ paths:
security:
- apiKeyAuth: []
appKeyAuth: []
- AuthZ: []
summary: Get a restriction policy
tags:
- Restriction Policies
Expand Down Expand Up @@ -33871,6 +33848,7 @@ paths:
security:
- apiKeyAuth: []
appKeyAuth: []
- AuthZ: []
summary: Update a restriction policy
tags:
- Restriction Policies
Expand Down
6 changes: 3 additions & 3 deletions src/datadog_api_client/v2/api/authn_mappings_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def __init__(self, api_client=None):
self._delete_authn_mapping_endpoint = _Endpoint(
settings={
"response_type": None,
"auth": ["apiKeyAuth", "appKeyAuth", "AuthZ"],
"auth": ["apiKeyAuth", "appKeyAuth"],
"endpoint_path": "/api/v2/authn_mappings/{authn_mapping_id}",
"operation_id": "delete_authn_mapping",
"http_method": "DELETE",
Expand All @@ -77,7 +77,7 @@ def __init__(self, api_client=None):
self._get_authn_mapping_endpoint = _Endpoint(
settings={
"response_type": (AuthNMappingResponse,),
"auth": ["apiKeyAuth", "appKeyAuth", "AuthZ"],
"auth": ["apiKeyAuth", "appKeyAuth"],
"endpoint_path": "/api/v2/authn_mappings/{authn_mapping_id}",
"operation_id": "get_authn_mapping",
"http_method": "GET",
Expand Down Expand Up @@ -142,7 +142,7 @@ def __init__(self, api_client=None):
self._update_authn_mapping_endpoint = _Endpoint(
settings={
"response_type": (AuthNMappingResponse,),
"auth": ["apiKeyAuth", "appKeyAuth", "AuthZ"],
"auth": ["apiKeyAuth", "appKeyAuth"],
"endpoint_path": "/api/v2/authn_mappings/{authn_mapping_id}",
"operation_id": "update_authn_mapping",
"http_method": "PATCH",
Expand Down
2 changes: 1 addition & 1 deletion src/datadog_api_client/v2/api/incidents_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ def __init__(self, api_client=None):
self._list_incident_attachments_endpoint = _Endpoint(
settings={
"response_type": (IncidentAttachmentsResponse,),
"auth": ["apiKeyAuth", "appKeyAuth", "AuthZ"],
"auth": ["apiKeyAuth", "appKeyAuth"],
"endpoint_path": "/api/v2/incidents/{incident_id}/attachments",
"operation_id": "list_incident_attachments",
"http_method": "GET",
Expand Down
6 changes: 3 additions & 3 deletions src/datadog_api_client/v2/api/restriction_policies_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def __init__(self, api_client=None):
self._delete_restriction_policy_endpoint = _Endpoint(
settings={
"response_type": None,
"auth": ["apiKeyAuth", "appKeyAuth"],
"auth": ["apiKeyAuth", "appKeyAuth", "AuthZ"],
"endpoint_path": "/api/v2/restriction_policy/{resource_id}",
"operation_id": "delete_restriction_policy",
"http_method": "DELETE",
Expand All @@ -49,7 +49,7 @@ def __init__(self, api_client=None):
self._get_restriction_policy_endpoint = _Endpoint(
settings={
"response_type": (RestrictionPolicyResponse,),
"auth": ["apiKeyAuth", "appKeyAuth"],
"auth": ["apiKeyAuth", "appKeyAuth", "AuthZ"],
"endpoint_path": "/api/v2/restriction_policy/{resource_id}",
"operation_id": "get_restriction_policy",
"http_method": "GET",
Expand All @@ -72,7 +72,7 @@ def __init__(self, api_client=None):
self._update_restriction_policy_endpoint = _Endpoint(
settings={
"response_type": (RestrictionPolicyResponse,),
"auth": ["apiKeyAuth", "appKeyAuth"],
"auth": ["apiKeyAuth", "appKeyAuth", "AuthZ"],
"endpoint_path": "/api/v2/restriction_policy/{resource_id}",
"operation_id": "update_restriction_policy",
"http_method": "POST",
Expand Down

0 comments on commit 4128a77

Please sign in to comment.