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
description: The type of the ownership untagged findings resource. The value should always be `ownership_untagged_findings`.
76601
+
enum:
76602
+
- ownership_untagged_findings
76603
+
example: ownership_untagged_findings
76604
+
type: string
76605
+
x-enum-varnames:
76606
+
- OWNERSHIP_UNTAGGED_FINDINGS
76449
76607
PESymbolFileEvent:
76450
76608
description: Metadata for a PE/PDB symbol file upload, sent as a JSON-encoded `event` field.
76451
76609
properties:
@@ -133710,6 +133868,131 @@ paths:
133710
133868
summary: Get all CSM Serverless Agents
133711
133869
tags: ["CSM Agents"]
133712
133870
x-menu-order: 4
133871
+
/api/v2/csm/ownership/settings:
133872
+
get:
133873
+
description: Get ownership settings for the org. When settings are unset, the API returns the default opt-out configuration with `auto_tag` set to `true` and `confidence_level` set to `high`.
Copy file name to clipboardExpand all lines: data/api/v2/translate_actions.json
+14Lines changed: 14 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1450,6 +1450,20 @@
1450
1450
"description": "Get the list of all CSM Serverless Agents running on your hosts and containers.",
1451
1451
"summary": "Get all CSM Serverless Agents"
1452
1452
},
1453
+
"GetOwnershipSettings": {
1454
+
"description": "Get ownership settings for the org. When settings are unset, the API returns the default opt-out configuration with `auto_tag` set to `true` and `confidence_level` set to `high`.",
1455
+
"summary": "Get ownership settings for the org"
1456
+
},
1457
+
"PostOwnershipSettings": {
1458
+
"description": "Update ownership settings for the org.",
1459
+
"summary": "Update ownership settings for the org",
1460
+
"request_description": "",
1461
+
"request_schema_description": "The request body for updating ownership settings."
1462
+
},
1463
+
"GetOwnershipUntaggedFindings": {
1464
+
"description": "Count findings with no team tag, grouped by ownership confidence level.",
1465
+
"summary": "Count untagged findings by ownership confidence"
1466
+
},
1453
1467
"ListOwnershipInferences": {
1454
1468
"description": "Get all current ownership inferences for a resource, one per owner type (`user`, `team`, `service`, `unknown`).",
1455
1469
"summary": "List ownership inferences for a resource"
0 commit comments