|
5015 | 5015 | } |
5016 | 5016 | } |
5017 | 5017 | }, |
5018 | | - "revision": "20240825", |
| 5018 | + "revision": "20240901", |
5019 | 5019 | "rootUrl": "https://dlp.googleapis.com/", |
5020 | 5020 | "schemas": { |
5021 | 5021 | "GooglePrivacyDlpV2Action": { |
|
6525 | 6525 | "$ref": "GooglePrivacyDlpV2PubSubNotification", |
6526 | 6526 | "description": "Publish a message into the Pub/Sub topic." |
6527 | 6527 | }, |
| 6528 | + "publishToChronicle": { |
| 6529 | + "$ref": "GooglePrivacyDlpV2PublishToChronicle", |
| 6530 | + "description": "Publishes generated data profiles to Google Security Operations. For more information, see [Use Sensitive Data Protection data in context-aware analytics](https://cloud.google.com/chronicle/docs/detection/usecase-dlp-high-risk-user-download)." |
| 6531 | + }, |
| 6532 | + "publishToScc": { |
| 6533 | + "$ref": "GooglePrivacyDlpV2PublishToSecurityCommandCenter", |
| 6534 | + "description": "Publishes findings to SCC for each data profile." |
| 6535 | + }, |
6528 | 6536 | "tagResources": { |
6529 | 6537 | "$ref": "GooglePrivacyDlpV2TagResources", |
6530 | 6538 | "description": "Tags the profiled resources with the specified tag values." |
|
10405 | 10413 | "properties": {}, |
10406 | 10414 | "type": "object" |
10407 | 10415 | }, |
| 10416 | + "GooglePrivacyDlpV2PublishToChronicle": { |
| 10417 | + "description": "Message expressing intention to publish to Google Security Operations.", |
| 10418 | + "id": "GooglePrivacyDlpV2PublishToChronicle", |
| 10419 | + "properties": {}, |
| 10420 | + "type": "object" |
| 10421 | + }, |
10408 | 10422 | "GooglePrivacyDlpV2PublishToPubSub": { |
10409 | 10423 | "description": "Publish a message into a given Pub/Sub topic when DlpJob has completed. The message contains a single field, `DlpJobName`, which is equal to the finished job's [`DlpJob.name`](https://cloud.google.com/sensitive-data-protection/docs/reference/rest/v2/projects.dlpJobs#DlpJob). Compatible with: Inspect, Risk", |
10410 | 10424 | "id": "GooglePrivacyDlpV2PublishToPubSub", |
|
10416 | 10430 | }, |
10417 | 10431 | "type": "object" |
10418 | 10432 | }, |
| 10433 | + "GooglePrivacyDlpV2PublishToSecurityCommandCenter": { |
| 10434 | + "description": "If set, a summary finding will be created/updated in SCC for each profile.", |
| 10435 | + "id": "GooglePrivacyDlpV2PublishToSecurityCommandCenter", |
| 10436 | + "properties": {}, |
| 10437 | + "type": "object" |
| 10438 | + }, |
10419 | 10439 | "GooglePrivacyDlpV2PublishToStackdriver": { |
10420 | 10440 | "description": "Enable Stackdriver metric dlp.googleapis.com/finding_count. This will publish a metric to stack driver on each infotype requested and how many findings were found for it. CustomDetectors will be bucketed as 'Custom' under the Stackdriver label 'info_type'.", |
10421 | 10441 | "id": "GooglePrivacyDlpV2PublishToStackdriver", |
|
0 commit comments