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
12 changes: 6 additions & 6 deletions .generator/schemas/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37048,9 +37048,9 @@ paths:
schema:
format: date-time
type: string
- description: 'Boolean to specify whether to include accounts connected to
the current account as partner customers in the Datadog partner network
program. Defaults to `false`. '
- description: Boolean to specify whether to include accounts connected to the
current account as partner customers in the Datadog partner network program.
Defaults to `false`.
in: query
name: include_connected_accounts
required: false
Expand Down Expand Up @@ -38728,9 +38728,9 @@ paths:
required: false
schema:
type: boolean
- description: 'Boolean to specify whether to include accounts connected to
the current account as partner customers in the Datadog partner network
program. Defaults to `false`. '
- description: Boolean to specify whether to include accounts connected to the
current account as partner customers in the Datadog partner network program.
Defaults to `false`.
in: query
name: include_connected_accounts
required: false
Expand Down
42 changes: 21 additions & 21 deletions .generator/schemas/v2/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7091,11 +7091,11 @@ components:
description: The definition of the `AzureTenant` object.
properties:
app_client_id:
description: 'The Client ID, also known as the Application ID in Azure,
is a unique identifier for an application. It''s used to identify the
application during the authentication process. Your Application (client)
ID is listed in the application''s overview page. You can navigate to
your application via the Azure Directory. '
description: The Client ID, also known as the Application ID in Azure, is
a unique identifier for an application. It's used to identify the application
during the authentication process. Your Application (client) ID is listed
in the application's overview page. You can navigate to your application
via the Azure Directory.
example: ''
type: string
client_secret:
Expand Down Expand Up @@ -7139,11 +7139,11 @@ components:
description: The definition of the `AzureTenant` object.
properties:
app_client_id:
description: 'The Client ID, also known as the Application ID in Azure,
is a unique identifier for an application. It''s used to identify the
application during the authentication process. Your Application (client)
ID is listed in the application''s overview page. You can navigate to
your application via the Azure Directory. '
description: The Client ID, also known as the Application ID in Azure, is
a unique identifier for an application. It's used to identify the application
during the authentication process. Your Application (client) ID is listed
in the application's overview page. You can navigate to your application
via the Azure Directory.
type: string
client_secret:
description: "The Client Secret is a confidential piece of information known
Expand Down Expand Up @@ -54732,7 +54732,7 @@ components:
query:
default: '*'
description: The search query - following the RUM search syntax.
example: '@service:web-ui: '
example: '@service:web-ui:'
type: string
required:
- query
Expand Down Expand Up @@ -58783,7 +58783,7 @@ components:
last_seen: '2020-06-23T14:46:49.000Z'
rule:
id: 0f5-e0c-805
name: 'Brute Force Attack Grouped By User '
name: Brute Force Attack Grouped By User
version: 12
type: object
message:
Expand Down Expand Up @@ -109332,9 +109332,9 @@ paths:
schema:
format: date-time
type: string
- description: 'Boolean to specify whether to include accounts connected to
the current account as partner customers in the Datadog partner network
program. Defaults to `false`. '
- description: Boolean to specify whether to include accounts connected to the
current account as partner customers in the Datadog partner network program.
Defaults to `false`.
in: query
name: include_connected_accounts
required: false
Expand Down Expand Up @@ -109415,9 +109415,9 @@ paths:
schema:
format: date-time
type: string
- description: 'Boolean to specify whether to include accounts connected to
the current account as partner customers in the Datadog partner network
program. Defaults to `false`. '
- description: Boolean to specify whether to include accounts connected to the
current account as partner customers in the Datadog partner network program.
Defaults to `false`.
in: query
name: include_connected_accounts
required: false
Expand Down Expand Up @@ -109752,9 +109752,9 @@ paths:
required: false
schema:
type: string
- description: 'Boolean to specify whether to include accounts connected to
the current account as partner customers in the Datadog partner network
program. Defaults to `false`. '
- description: Boolean to specify whether to include accounts connected to the
current account as partner customers in the Datadog partner network program.
Defaults to `false`.
in: query
name: include_connected_accounts
required: false
Expand Down
Loading