REST Resource: projects.deidentifyTemplates

Resource: DeidentifyTemplate

DeidentifyTemplates contains instructions on how to de-identify content. See https://cloud.google.com/sensitive-data-protection/docs/concepts-templates to learn more.

JSON representation
{
  "name": string,
  "displayName": string,
  "description": string,
  "createTime": string,
  "updateTime": string,
  "deidentifyConfig": {
    object (DeidentifyConfig)
  }
}
Fields
name

string

Output only. The template name.

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

displayName

string

Display name (max 256 chars).

description

string

Short description (max 256 chars).

createTime

string (Timestamp format)

Output only. The creation timestamp of an inspectTemplate.

Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: "2014-10-02T15:01:23Z", "2014-10-02T15:01:23.045123456Z" or "2014-10-02T15:01:23+05:30".

updateTime

string (Timestamp format)

Output only. The last update timestamp of an inspectTemplate.

Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: "2014-10-02T15:01:23Z", "2014-10-02T15:01:23.045123456Z" or "2014-10-02T15:01:23+05:30".

deidentifyConfig

object (DeidentifyConfig)

The core content of the template.

DeidentifyConfig

The configuration that controls how the data will change.

JSON representation
{
  "transformationErrorHandling": {
    object (TransformationErrorHandling)
  },

  // Union field transformation can be only one of the following:
  "infoTypeTransformations": {
    object (InfoTypeTransformations)
  },
  "recordTransformations": {
    object (RecordTransformations)
  },
  "imageTransformations": {
    object (ImageTransformations)
  }
  // End of list of possible types for union field transformation.
}
Fields
transformationErrorHandling

object (TransformationErrorHandling)

Mode for handling transformation errors. If left unspecified, the default mode is TransformationErrorHandling.ThrowError.

Union field transformation. Type of transformation transformation can be only one of the following:
infoTypeTransformations

object (