GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2DeidentifyTemplate (google_api_dlp v0.41.0) View Source
DeidentifyTemplates contains instructions on how to de-identify content. See https://cloud.google.com/dlp/docs/concepts-templates to learn more.
Attributes
-
createTime
(type:DateTime.t
, default:nil
) - Output only. The creation timestamp of an inspectTemplate. -
deidentifyConfig
(type:GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2DeidentifyConfig.t
, default:nil
) - The core content of the template. -
description
(type:String.t
, default:nil
) - Short description (max 256 chars). -
displayName
(type:String.t
, default:nil
) - Display name (max 256 chars). -
name
(type:String.t
, default:nil
) - Output only. The template name. The template will have one of the following formats:projects/PROJECT_ID/deidentifyTemplates/TEMPLATE_ID
ORorganizations/ORGANIZATION_ID/deidentifyTemplates/TEMPLATE_ID
-
updateTime
(type:DateTime.t
, default:nil
) - Output only. The last update timestamp of an inspectTemplate.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2DeidentifyTemplate{ createTime: DateTime.t() | nil, deidentifyConfig: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2DeidentifyConfig.t() | nil, description: String.t() | nil, displayName: String.t() | nil, name: String.t() | nil, updateTime: DateTime.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.