info_types
Creates, updates, deletes, gets or lists a info_types
resource.
Overview
Name | info_types |
Type | Resource |
Id | google.dlp.info_types |
Fields
Name | Datatype | Description |
---|---|---|
infoTypes | array | Set of sensitive infoTypes. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
info_types_list | SELECT |
| Returns a list of the sensitive information types that DLP API supports. See https://cloud.google.com/sensitive-data-protection/docs/infotypes-reference to learn more. |
locations_info_types_list | SELECT | locationsId | Returns a list of the sensitive information types that DLP API supports. See https://cloud.google.com/sensitive-data-protection/docs/infotypes-reference to learn more. |
SELECT
examples
Returns a list of the sensitive information types that DLP API supports. See https://cloud.google.com/sensitive-data-protection/docs/infotypes-reference to learn more.
SELECT
infoTypes
FROM google.dlp.info_types
;