GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2RequestedDeidentifyOptions (google_api_dlp v0.54.0)
View SourceDe-identification options.
Attributes
-
snapshotDeidentifyTemplate(type:GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2DeidentifyTemplate.t, default:nil) - Snapshot of the state of theDeidentifyTemplatefrom the Deidentify action at the time this job was run. -
snapshotImageRedactTemplate(type:GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2DeidentifyTemplate.t, default:nil) - Snapshot of the state of the image transformationDeidentifyTemplatefrom theDeidentifyaction at the time this job was run. -
snapshotStructuredDeidentifyTemplate(type:GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2DeidentifyTemplate.t, default:nil) - Snapshot of the state of the structuredDeidentifyTemplatefrom theDeidentifyaction at the time this job was run.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2RequestedDeidentifyOptions{ snapshotDeidentifyTemplate: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2DeidentifyTemplate.t() | nil, snapshotImageRedactTemplate: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2DeidentifyTemplate.t() | nil, snapshotStructuredDeidentifyTemplate: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2DeidentifyTemplate.t() | nil }