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: docs/dyn/dlp_v2.infoTypes.html
+3
Original file line number
Diff line number
Diff line change
@@ -120,6 +120,9 @@ <h3>Method Details</h3>
120
120
"sensitivityScore": { # Score is calculated from of all elements in the data profile. A higher level means the data is more sensitive. # The default sensitivity of the infoType.
121
121
"score": "A String", # The sensitivity score applied to the resource.
122
122
},
123
+
"specificInfoTypes": [ # If this field is set, this infoType is a general infoType and these specific infoTypes are contained within it. General infoTypes are infoTypes that encompass multiple specific infoTypes. For example, the "GEOGRAPHIC_DATA" general infoType would have set for this field "LOCATION", "LOCATION_COORDINATES", and "STREET_ADDRESS".
124
+
"A String",
125
+
],
123
126
"supportedBy": [ # Which parts of the API supports this InfoType.
Copy file name to clipboardexpand all lines: docs/dyn/dlp_v2.locations.infoTypes.html
+3
Original file line number
Diff line number
Diff line change
@@ -120,6 +120,9 @@ <h3>Method Details</h3>
120
120
"sensitivityScore": { # Score is calculated from of all elements in the data profile. A higher level means the data is more sensitive. # The default sensitivity of the infoType.
121
121
"score": "A String", # The sensitivity score applied to the resource.
122
122
},
123
+
"specificInfoTypes": [ # If this field is set, this infoType is a general infoType and these specific infoTypes are contained within it. General infoTypes are infoTypes that encompass multiple specific infoTypes. For example, the "GEOGRAPHIC_DATA" general infoType would have set for this field "LOCATION", "LOCATION_COORDINATES", and "STREET_ADDRESS".
124
+
"A String",
125
+
],
123
126
"supportedBy": [ # Which parts of the API supports this InfoType.
Copy file name to clipboardexpand all lines: docs/dyn/dlp_v2.organizations.locations.fileStoreDataProfiles.html
+14
Original file line number
Diff line number
Diff line change
@@ -841,6 +841,13 @@ <h3>Method Details</h3>
841
841
"score": "A String", # The sensitivity score applied to the resource.
842
842
},
843
843
"state": "A String", # State of a profile.
844
+
"tags": [ # The tags attached to the resource, including any tags attached during profiling.
845
+
{ # A tag associated with a resource.
846
+
"key": "A String", # The key of a tag key-value pair. For Google Cloud resources, this is the resource name of the key, for example, "tagKeys/123456".
847
+
"namespacedTagValue": "A String", # The namespaced name for the tag value to attach to Google Cloud resources. Must be in the format `{parent_id}/{tag_key_short_name}/{short_name}`, for example, "123456/environment/prod". This is only set for Google Cloud resources.
848
+
"value": "A String", # The value of a tag key-value pair. For Google Cloud resources, this is the resource name of the value, for example, "tagValues/123456".
849
+
},
850
+
],
844
851
}</pre>
845
852
</div>
846
853
@@ -1578,6 +1585,13 @@ <h3>Method Details</h3>
1578
1585
"score": "A String", # The sensitivity score applied to the resource.
1579
1586
},
1580
1587
"state": "A String", # State of a profile.
1588
+
"tags": [ # The tags attached to the resource, including any tags attached during profiling.
1589
+
{ # A tag associated with a resource.
1590
+
"key": "A String", # The key of a tag key-value pair. For Google Cloud resources, this is the resource name of the key, for example, "tagKeys/123456".
1591
+
"namespacedTagValue": "A String", # The namespaced name for the tag value to attach to Google Cloud resources. Must be in the format `{parent_id}/{tag_key_short_name}/{short_name}`, for example, "123456/environment/prod". This is only set for Google Cloud resources.
1592
+
"value": "A String", # The value of a tag key-value pair. For Google Cloud resources, this is the resource name of the value, for example, "tagValues/123456".
1593
+
},
1594
+
],
1581
1595
},
1582
1596
],
1583
1597
"nextPageToken": "A String", # The next page token.
<pclass="firstline">Returns a list of the sensitive information types that the DLP API supports. See https://cloud.google.com/sensitive-data-protection/docs/infotypes-reference to learn more.</p>
<pre>Returns a list of the sensitive information types that the DLP API supports. See https://cloud.google.com/sensitive-data-protection/docs/infotypes-reference to learn more.
92
+
93
+
Args:
94
+
parent: string, The parent resource name. The format of this value is as follows: `locations/{location_id}` (required)
95
+
filter: string, filter to only return infoTypes supported by certain parts of the API. Defaults to supported_by=INSPECT.
96
+
languageCode: string, BCP-47 language code for localized infoType friendly names. If omitted, or if localized strings are not available, en-US strings will be returned.
97
+
locationId: string, Deprecated. This field has no effect.
98
+
x__xgafv: string, V1 error format.
99
+
Allowed values
100
+
1 - v1 error format
101
+
2 - v2 error format
102
+
103
+
Returns:
104
+
An object of the form:
105
+
106
+
{ # Response to the ListInfoTypes request.
107
+
"infoTypes": [ # Set of sensitive infoTypes.
108
+
{ # InfoType description.
109
+
"categories": [ # The category of the infoType.
110
+
{ # Classification of infoTypes to organize them according to geographic location, industry, and data type.
111
+
"industryCategory": "A String", # The group of relevant businesses where this infoType is commonly used
112
+
"locationCategory": "A String", # The region or country that issued the ID or document represented by the infoType.
113
+
"typeCategory": "A String", # The class of identifiers where this infoType belongs
114
+
},
115
+
],
116
+
"description": "A String", # Description of the infotype. Translated when language is provided in the request.
117
+
"displayName": "A String", # Human readable form of the infoType name.
118
+
"example": "A String", # A sample that is a true positive for this infoType.
119
+
"name": "A String", # Internal name of the infoType.
120
+
"sensitivityScore": { # Score is calculated from of all elements in the data profile. A higher level means the data is more sensitive. # The default sensitivity of the infoType.
121
+
"score": "A String", # The sensitivity score applied to the resource.
122
+
},
123
+
"specificInfoTypes": [ # If this field is set, this infoType is a general infoType and these specific infoTypes are contained within it. General infoTypes are infoTypes that encompass multiple specific infoTypes. For example, the "GEOGRAPHIC_DATA" general infoType would have set for this field "LOCATION", "LOCATION_COORDINATES", and "STREET_ADDRESS".
124
+
"A String",
125
+
],
126
+
"supportedBy": [ # Which parts of the API supports this InfoType.
127
+
"A String",
128
+
],
129
+
"versions": [ # A list of available versions for the infotype.
130
+
{ # Details about each available version for an infotype.
131
+
"description": "A String", # Description of the version.
132
+
"version": "A String", # Name of the version
Copy file name to clipboardexpand all lines: docs/dyn/dlp_v2.organizations.locations.tableDataProfiles.html
+14
Original file line number
Diff line number
Diff line change
@@ -784,6 +784,13 @@ <h3>Method Details</h3>
784
784
"state": "A String", # State of a profile.
785
785
"tableId": "A String", # The table ID.
786
786
"tableSizeBytes": "A String", # The size of the table when the profile was generated.
787
+
"tags": [ # The tags attached to the table, including any tags attached during profiling. Because tags are attached to Cloud SQL instances rather than Cloud SQL tables, this field is empty for Cloud SQL table profiles.
788
+
{ # A tag associated with a resource.
789
+
"key": "A String", # The key of a tag key-value pair. For Google Cloud resources, this is the resource name of the key, for example, "tagKeys/123456".
790
+
"namespacedTagValue": "A String", # The namespaced name for the tag value to attach to Google Cloud resources. Must be in the format `{parent_id}/{tag_key_short_name}/{short_name}`, for example, "123456/environment/prod". This is only set for Google Cloud resources.
791
+
"value": "A String", # The value of a tag key-value pair. For Google Cloud resources, this is the resource name of the value, for example, "tagValues/123456".
792
+
},
793
+
],
787
794
}</pre>
788
795
</div>
789
796
@@ -1465,6 +1472,13 @@ <h3>Method Details</h3>
1465
1472
"state": "A String", # State of a profile.
1466
1473
"tableId": "A String", # The table ID.
1467
1474
"tableSizeBytes": "A String", # The size of the table when the profile was generated.
1475
+
"tags": [ # The tags attached to the table, including any tags attached during profiling. Because tags are attached to Cloud SQL instances rather than Cloud SQL tables, this field is empty for Cloud SQL table profiles.
1476
+
{ # A tag associated with a resource.
1477
+
"key": "A String", # The key of a tag key-value pair. For Google Cloud resources, this is the resource name of the key, for example, "tagKeys/123456".
1478
+
"namespacedTagValue": "A String", # The namespaced name for the tag value to attach to Google Cloud resources. Must be in the format `{parent_id}/{tag_key_short_name}/{short_name}`, for example, "123456/environment/prod". This is only set for Google Cloud resources.
1479
+
"value": "A String", # The value of a tag key-value pair. For Google Cloud resources, this is the resource name of the value, for example, "tagValues/123456".
Copy file name to clipboardexpand all lines: docs/dyn/dlp_v2.projects.locations.fileStoreDataProfiles.html
+14
Original file line number
Diff line number
Diff line change
@@ -841,6 +841,13 @@ <h3>Method Details</h3>
841
841
"score": "A String", # The sensitivity score applied to the resource.
842
842
},
843
843
"state": "A String", # State of a profile.
844
+
"tags": [ # The tags attached to the resource, including any tags attached during profiling.
845
+
{ # A tag associated with a resource.
846
+
"key": "A String", # The key of a tag key-value pair. For Google Cloud resources, this is the resource name of the key, for example, "tagKeys/123456".
847
+
"namespacedTagValue": "A String", # The namespaced name for the tag value to attach to Google Cloud resources. Must be in the format `{parent_id}/{tag_key_short_name}/{short_name}`, for example, "123456/environment/prod". This is only set for Google Cloud resources.
848
+
"value": "A String", # The value of a tag key-value pair. For Google Cloud resources, this is the resource name of the value, for example, "tagValues/123456".
849
+
},
850
+
],
844
851
}</pre>
845
852
</div>
846
853
@@ -1578,6 +1585,13 @@ <h3>Method Details</h3>
1578
1585
"score": "A String", # The sensitivity score applied to the resource.
1579
1586
},
1580
1587
"state": "A String", # State of a profile.
1588
+
"tags": [ # The tags attached to the resource, including any tags attached during profiling.
1589
+
{ # A tag associated with a resource.
1590
+
"key": "A String", # The key of a tag key-value pair. For Google Cloud resources, this is the resource name of the key, for example, "tagKeys/123456".
1591
+
"namespacedTagValue": "A String", # The namespaced name for the tag value to attach to Google Cloud resources. Must be in the format `{parent_id}/{tag_key_short_name}/{short_name}`, for example, "123456/environment/prod". This is only set for Google Cloud resources.
1592
+
"value": "A String", # The value of a tag key-value pair. For Google Cloud resources, this is the resource name of the value, for example, "tagValues/123456".
1593
+
},
1594
+
],
1581
1595
},
1582
1596
],
1583
1597
"nextPageToken": "A String", # The next page token.
0 commit comments