info_types
Creates, updates, deletes, gets or lists an info_types
resource.
Overview
Name | info_types |
Type | Resource |
Id | google.dlp.info_types |
Fields
The following fields are returned by SELECT
queries:
- projects_locations_info_types_list
- organizations_locations_info_types_list
- locations_info_types_list
- info_types_list
Successful response
Name | Datatype | Description |
---|---|---|
infoTypes | array | Set of sensitive infoTypes. |
Successful response
Name | Datatype | Description |
---|---|---|
infoTypes | array | Set of sensitive infoTypes. |
Successful response
Name | Datatype | Description |
---|---|---|
infoTypes | array | Set of sensitive infoTypes. |
Successful response
Name | Datatype | Description |
---|---|---|
infoTypes | array | Set of sensitive infoTypes. |
Methods
The following methods are available for this resource:
Parameters
Parameters can be passed in the WHERE
clause of a query. Check the Methods section to see which parameters are required or optional for each operation.
Name | Datatype | Description |
---|---|---|
locationsId | string | |
organizationsId | string | |
projectsId | string | |
filter | string | |
languageCode | string | |
locationId | string | |
parent | string |
SELECT
examples
- projects_locations_info_types_list
- organizations_locations_info_types_list
- locations_info_types_list
- info_types_list
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.
SELECT
infoTypes
FROM google.dlp.info_types
WHERE projectsId = '{{ projectsId }}' -- required
AND locationsId = '{{ locationsId }}' -- required
AND languageCode = '{{ languageCode }}'
AND filter = '{{ filter }}'
AND locationId = '{{ locationId }}';
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.
SELECT
infoTypes
FROM google.dlp.info_types
WHERE organizationsId = '{{ organizationsId }}' -- required
AND locationsId = '{{ locationsId }}' -- required
AND languageCode = '{{ languageCode }}'
AND filter = '{{ filter }}'
AND locationId = '{{ locationId }}';
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.
SELECT
infoTypes
FROM google.dlp.info_types
WHERE locationsId = '{{ locationsId }}' -- required
AND languageCode = '{{ languageCode }}'
AND filter = '{{ filter }}'
AND locationId = '{{ locationId }}';
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.
SELECT
infoTypes
FROM google.dlp.info_types
WHERE parent = '{{ parent }}'
AND languageCode = '{{ languageCode }}'
AND filter = '{{ filter }}'
AND locationId = '{{ locationId }}';