Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
537 changes: 6 additions & 531 deletions .generator/schemas/v2/openapi.yaml

Large diffs are not rendered by default.

7 changes: 0 additions & 7 deletions docs/datadog_api_client.v2.api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -473,13 +473,6 @@ datadog\_api\_client.v2.api.network\_device\_monitoring\_api module
:members:
:show-inheritance:

datadog\_api\_client.v2.api.o\_auth2\_client\_public\_api module
----------------------------------------------------------------

.. automodule:: datadog_api_client.v2.api.o_auth2_client_public_api
:members:
:show-inheritance:

datadog\_api\_client.v2.api.observability\_pipelines\_api module
----------------------------------------------------------------

Expand Down
105 changes: 0 additions & 105 deletions docs/datadog_api_client.v2.model.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23426,83 +23426,6 @@ datadog\_api\_client.v2.model.nullable\_user\_relationship\_data module
:members:
:show-inheritance:

datadog\_api\_client.v2.model.o\_auth\_client\_registration\_error module
-------------------------------------------------------------------------

.. automodule:: datadog_api_client.v2.model.o_auth_client_registration_error
:members:
:show-inheritance:

datadog\_api\_client.v2.model.o\_auth\_client\_registration\_grant\_type module
-------------------------------------------------------------------------------

.. automodule:: datadog_api_client.v2.model.o_auth_client_registration_grant_type
:members:
:show-inheritance:

datadog\_api\_client.v2.model.o\_auth\_client\_registration\_request module
---------------------------------------------------------------------------

.. automodule:: datadog_api_client.v2.model.o_auth_client_registration_request
:members:
:show-inheritance:

datadog\_api\_client.v2.model.o\_auth\_client\_registration\_response module
----------------------------------------------------------------------------

.. automodule:: datadog_api_client.v2.model.o_auth_client_registration_response
:members:
:show-inheritance:

datadog\_api\_client.v2.model.o\_auth\_client\_registration\_response\_type module
----------------------------------------------------------------------------------

.. automodule:: datadog_api_client.v2.model.o_auth_client_registration_response_type
:members:
:show-inheritance:

datadog\_api\_client.v2.model.o\_auth\_oidc\_scope module
---------------------------------------------------------

.. automodule:: datadog_api_client.v2.model.o_auth_oidc_scope
:members:
:show-inheritance:

datadog\_api\_client.v2.model.o\_auth\_scopes\_restriction module
-----------------------------------------------------------------

.. automodule:: datadog_api_client.v2.model.o_auth_scopes_restriction
:members:
:show-inheritance:

datadog\_api\_client.v2.model.o\_auth\_scopes\_restriction\_response module
---------------------------------------------------------------------------

.. automodule:: datadog_api_client.v2.model.o_auth_scopes_restriction_response
:members:
:show-inheritance:

datadog\_api\_client.v2.model.o\_auth\_scopes\_restriction\_response\_attributes module
---------------------------------------------------------------------------------------

.. automodule:: datadog_api_client.v2.model.o_auth_scopes_restriction_response_attributes
:members:
:show-inheritance:

datadog\_api\_client.v2.model.o\_auth\_scopes\_restriction\_response\_data module
---------------------------------------------------------------------------------

.. automodule:: datadog_api_client.v2.model.o_auth_scopes_restriction_response_data
:members:
:show-inheritance:

datadog\_api\_client.v2.model.o\_auth\_scopes\_restriction\_type module
-----------------------------------------------------------------------

.. automodule:: datadog_api_client.v2.model.o_auth_scopes_restriction_type
:members:
:show-inheritance:

datadog\_api\_client.v2.model.observability\_pipeline module
------------------------------------------------------------

Expand Down Expand Up @@ -40296,34 +40219,6 @@ datadog\_api\_client.v2.model.upsert\_cloud\_inventory\_sync\_config\_request\_d
:members:
:show-inheritance:

datadog\_api\_client.v2.model.upsert\_o\_auth\_scopes\_restriction\_data module
-------------------------------------------------------------------------------

.. automodule:: datadog_api_client.v2.model.upsert_o_auth_scopes_restriction_data
:members:
:show-inheritance:

datadog\_api\_client.v2.model.upsert\_o\_auth\_scopes\_restriction\_data\_attributes module
-------------------------------------------------------------------------------------------

.. automodule:: datadog_api_client.v2.model.upsert_o_auth_scopes_restriction_data_attributes
:members:
:show-inheritance:

datadog\_api\_client.v2.model.upsert\_o\_auth\_scopes\_restriction\_request module
----------------------------------------------------------------------------------

.. automodule:: datadog_api_client.v2.model.upsert_o_auth_scopes_restriction_request
:members:
:show-inheritance:

datadog\_api\_client.v2.model.upsert\_o\_auth\_scopes\_restriction\_type module
-------------------------------------------------------------------------------

.. automodule:: datadog_api_client.v2.model.upsert_o_auth_scopes_restriction_type
:members:
:show-inheritance:

datadog\_api\_client.v2.model.urgency module
--------------------------------------------

Expand Down
15 changes: 0 additions & 15 deletions examples/v2/oauth2-client-public/DeleteScopesRestriction.py

This file was deleted.

17 changes: 0 additions & 17 deletions examples/v2/oauth2-client-public/GetScopesRestriction.py

This file was deleted.

38 changes: 0 additions & 38 deletions examples/v2/oauth2-client-public/RegisterOAuthClient.py

This file was deleted.

40 changes: 0 additions & 40 deletions examples/v2/oauth2-client-public/UpsertScopesRestriction.py

This file was deleted.

4 changes: 0 additions & 4 deletions src/datadog_api_client/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -578,10 +578,6 @@ def __init__(
"v2.update_monitor_user_template": False,
"v2.validate_existing_monitor_user_template": False,
"v2.validate_monitor_user_template": False,
"v2.delete_scopes_restriction": False,
"v2.get_scopes_restriction": False,
"v2.register_o_auth_client": False,
"v2.upsert_scopes_restriction": False,
"v2.bulk_update_org_group_memberships": False,
"v2.create_org_group": False,
"v2.create_org_group_policy": False,
Expand Down
Loading
Loading