@@ -5926,6 +5926,9 @@ components:
59265926
59275927 Make sure to use an application key created by an admin.'
59285928 properties:
5929+ description:
5930+ description: A description of the pipeline.
5931+ type: string
59295932 filter:
59305933 $ref: '#/components/schemas/LogsFilter'
59315934 id:
@@ -5948,6 +5951,12 @@ components:
59485951 items:
59495952 $ref: '#/components/schemas/LogsProcessor'
59505953 type: array
5954+ tags:
5955+ description: A list of tags associated with the pipeline.
5956+ items:
5957+ description: A single tag using the format `key:value`.
5958+ type: string
5959+ type: array
59515960 type:
59525961 description: Type of pipeline.
59535962 example: pipeline
@@ -7889,9 +7898,10 @@ components:
78897898 be pulled from the [Roles API](https://docs.datadoghq.com/api/latest/roles/#list-roles)
78907899 and are located in the `data.id` field. Editing a monitor includes any
78917900 updates to the monitor configuration, monitor deletion, and muting of
7892- the monitor for any amount of time. `restricted_roles` is the successor
7893- of `locked`. For more information about `locked` and `restricted_roles`,
7894- see the [monitor options docs](https://docs.datadoghq.com/monitors/guide/monitor_api_options/#permissions-options).
7901+ the monitor for any amount of time. You can use the [Restriction Policies
7902+ API](https://docs.datadoghq.com/api/latest/restriction-policies/) to manage
7903+ write authorization for individual monitors by teams and users, in addition
7904+ to roles.
78957905 items:
78967906 description: A role UUID.
78977907 type: string
@@ -23737,6 +23747,10 @@ components:
2373723747 security_monitoring_filters_write: Create, edit, and delete Security Filters.
2373823748 security_monitoring_findings_read: View a list of findings that include
2373923749 both misconfigurations and identity risks.
23750+ security_monitoring_notification_profiles_read: View Rule Security Notification
23751+ rules.
23752+ security_monitoring_notification_profiles_write: Create, edit, and delete
23753+ Security Notification rules.
2374023754 security_monitoring_rules_read: Read Detection Rules.
2374123755 security_monitoring_rules_write: Create and edit Detection Rules.
2374223756 security_monitoring_signals_read: View Security Signals.
0 commit comments