List

Returns a list of the sensitive information types that the DLP API supports

2 variables
5 variables

Returns a list of the sensitive information types that the DLP API supports. See https://cloud.google.com/dlp/docs/infotypes-reference to learn more

Authorization

To use this building block you will have to grant access to at least one of the following scopes:

  • View and manage your data across Google Cloud Platform services

Input

This building block consumes 2 input parameters

  = Parameter name
  = Format

languageCode STRING

Optional BCP-47 language code for localized infoType friendly names. If omitted, or if localized strings are not available, en-US strings will be returned

filter STRING

Optional filter to only return infoTypes supported by certain parts of the API. Defaults to supported_by=INSPECT

Output

This building block provides 5 output parameters

  = Parameter name
  = Format

infoTypes[] OBJECT

InfoType description

infoTypes[].supportedBy[] ENUMERATION

infoTypes[].name STRING

Internal name of the infoType

infoTypes[].displayName STRING

Human readable form of the infoType name

infoTypes[].description STRING

Description of the infotype. Translated when language is provided in the request