Skip to main content

info_types

Creates, updates, deletes, gets or lists a info_types resource.

Overview

Nameinfo_types
TypeResource
Idgoogle.dlp.info_types

Fields

NameDatatypeDescription
infoTypesarraySet of sensitive infoTypes.

Methods

NameAccessible byRequired ParamsDescription
info_types_listSELECTReturns 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_listSELECTlocationsIdReturns 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
;