You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Query parameters must be only among the documented ones and with values of correct types. Duplicated query parameters (e.g. `filter[status]=low&filter[status]=info`) are not allowed.
5542
5549
///
5550
+
/// ### Additional extension fields
5551
+
///
5552
+
/// Additional extension fields are available for some findings.
5553
+
///
5554
+
/// The data is available when you include the query parameter `?detailed_findings=true` in the request.
5555
+
///
5556
+
/// The following fields are available for findings:
5557
+
/// - `external_id`: The resource external ID related to the finding.
5558
+
/// - `description`: The description and remediation steps for the finding.
5559
+
/// - `datadog_link`: The Datadog relative link for the finding.
5560
+
///
5543
5561
/// ### Response
5544
5562
///
5545
5563
/// The response includes an array of finding objects, pagination metadata, and a count of items that match the query.
/// Query parameters must be only among the documented ones and with values of correct types. Duplicated query parameters (e.g. `filter[status]=low&filter[status]=info`) are not allowed.
5627
5645
///
5646
+
/// ### Additional extension fields
5647
+
///
5648
+
/// Additional extension fields are available for some findings.
5649
+
///
5650
+
/// The data is available when you include the query parameter `?detailed_findings=true` in the request.
5651
+
///
5652
+
/// The following fields are available for findings:
5653
+
/// - `external_id`: The resource external ID related to the finding.
5654
+
/// - `description`: The description and remediation steps for the finding.
5655
+
/// - `datadog_link`: The Datadog relative link for the finding.
5656
+
///
5628
5657
/// ### Response
5629
5658
///
5630
5659
/// The response includes an array of finding objects, pagination metadata, and a count of items that match the query.
0 commit comments