Get

Gets a DeidentifyTemplate

1 variables
11 variables

Gets a DeidentifyTemplate. 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 1 input parameters

  = Parameter name
  = Format

name STRING Required

Resource name of the organization and deidentify template to be read, for example organizations/433245324/deidentifyTemplates/432452342 or projects/project-id/deidentifyTemplates/432452342

Output

This building block provides 11 output parameters

  = Parameter name
  = Format

displayName STRING

Display name (max 256 chars)

description STRING

Short description (max 256 chars)

deidentifyConfig OBJECT

The configuration that controls how the data will change

deidentifyConfig.recordTransformations OBJECT

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

deidentifyConfig.recordTransformations.recordSuppressions[] OBJECT

Configuration to suppress records whose suppression conditions evaluate to true

deidentifyConfig.recordTransformations.fieldTransformations[] OBJECT

The transformation to apply to the field

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

deidentifyConfig.infoTypeTransformations.transformations[] OBJECT

A transformation to apply to text that is identified as a specific info_type

createTime ANY

The creation timestamp of a inspectTemplate, output only field

updateTime ANY

The last update timestamp of a inspectTemplate, output only field

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