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
Copy file name to clipboardExpand all lines: googleapiclient/discovery_cache/documents/dlp.v2.json
+9-1Lines changed: 9 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5113,7 +5113,7 @@
5113
5113
}
5114
5114
}
5115
5115
},
5116
-
"revision": "20250511",
5116
+
"revision": "20250518",
5117
5117
"rootUrl": "https://dlp.googleapis.com/",
5118
5118
"schemas": {
5119
5119
"GooglePrivacyDlpV2Action": {
@@ -6812,10 +6812,18 @@
6812
6812
"description": "Resource name of the data profile associated with the finding.",
6813
6813
"type": "string"
6814
6814
},
6815
+
"dataSourceType": {
6816
+
"$ref": "GooglePrivacyDlpV2DataSourceType",
6817
+
"description": "The type of the resource that was profiled."
6818
+
},
6815
6819
"findingId": {
6816
6820
"description": "A unique identifier for the finding.",
6817
6821
"type": "string"
6818
6822
},
6823
+
"fullResourceName": {
6824
+
"description": "The [full resource name](https://cloud.google.com/apis/design/resource_names#full_resource_name) of the resource profiled for this finding.",
6825
+
"type": "string"
6826
+
},
6819
6827
"infotype": {
6820
6828
"$ref": "GooglePrivacyDlpV2InfoType",
6821
6829
"description": "The [type of content](https://cloud.google.com/sensitive-data-protection/docs/infotypes-reference) that might have been found."
0 commit comments