List

Lists DeidentifyTemplates

4 variables
10 variables

Lists DeidentifyTemplates. See https://cloud.google.com/dlp/docs/creating-templates-deid 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 4 input parameters

  = Parameter name
  = Format

parent STRING Required

The parent resource name, for example projects/my-project-id or organizations/my-org-id

pageToken STRING

Optional page token to continue retrieval. Comes from previous call to ListDeidentifyTemplates

orderBy STRING

Optional comma separated list of fields to order by, followed by asc or desc postfix. This list is case-insensitive, default sorting order is ascending, redundant space characters are insignificant.

Example: name asc,update_time, create_time desc

Supported fields are:

  • create_time: corresponds to time the template was created.
  • update_time: corresponds to time the template was last updated.
  • name: corresponds to template's name.
  • display_name: corresponds to template's display name.

pageSize INTEGER

Optional size of the page, can be limited by server. If zero server returns a page of max size 100

Output

This building block provides 10 output parameters

  = Parameter name
  = Format

deidentifyTemplates[] OBJECT

The DeidentifyTemplates contains instructions on how to deidentify content. See https://cloud.google.com/dlp/docs/concepts-templates to learn more

deidentifyTemplates[].displayName STRING

Display name (max 256 chars)

deidentifyTemplates[].description STRING

Short description (max 256 chars)

deidentifyTemplates[].deidentifyConfig OBJECT

The configuration that controls how the data will change

deidentifyTemplates[].deidentifyConfig.recordTransformations OBJECT

A type of transformation that is applied over structured data such as a table

deidentifyTemplates[].deidentifyConfig.infoTypeTransformations OBJECT

A type of transformation that will scan unstructured text and apply various PrimitiveTransformations to each finding, where the transformation is applied to only values that were identified as a specific info_type

deidentifyTemplates[].createTime ANY

The creation timestamp of a inspectTemplate, output only field

deidentifyTemplates[].updateTime ANY

The last update timestamp of a inspectTemplate, output only field

deidentifyTemplates[].name STRING

The template name. Output only.

The template will have one of the following formats: projects/PROJECT_ID/deidentifyTemplates/TEMPLATE_ID OR organizations/ORGANIZATION_ID/deidentifyTemplates/TEMPLATE_ID

nextPageToken STRING

If the next page is available then the next page token to be used in following ListDeidentifyTemplates request