public sealed class Action.Types.Deidentify : IMessage<Action.Types.Deidentify>, IEquatable<Action.Types.Deidentify>, IDeepCloneable<Action.Types.Deidentify>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class Action.Types.Deidentify.
Create a de-identified copy of the requested table or files.
A TransformationDetail will be created for each transformation.
If any rows in BigQuery are skipped during de-identification (transformation errors or row size exceeds BigQuery insert API limits) they are placed in the failure output table. If the original row exceeds the BigQuery insert API limit it will be truncated when written to the failure output table. The failure output table can be set in the action.deidentify.output.big_query_output.deidentified_failure_output_table field, if no table is set, a table will be automatically created in the same project and dataset as the original table.
Compatible with: Inspect
Implements
IMessageActionTypesDeidentify, IEquatableActionTypesDeidentify, IDeepCloneableActionTypesDeidentify, IBufferMessage, IMessageNamespace
Google.Cloud.Dlp.V2Assembly
Google.Cloud.Dlp.V2.dll
Constructors
Deidentify()
public Deidentify()
Deidentify(Deidentify)
public Deidentify(Action.Types.Deidentify other)
Parameter | |
---|---|
Name | Description |
other |
ActionTypesDeidentify |
Properties
CloudStorageOutput
public string CloudStorageOutput { get; set; }
Required. User settable Cloud Storage bucket and folders to store de-identified files. This field must be set for cloud storage deidentification. The output Cloud Storage bucket must be different from the input bucket. De-identified files will overwrite files in the output path.
Form of: gs://bucket/folder/ or gs://bucket
Property Value | |
---|---|
Type | Description |
string |
FileTypesToTransform
public RepeatedField<FileType> FileTypesToTransform { get; }
List of user-specified file type groups to transform. If specified, only the files with these filetypes will be transformed. If empty, all supported files will be transformed. Supported types may be automatically added over time. If a file type is set in this field that isn't supported by the Deidentify action then the job will fail and will not be successfully created/started. Currently the only filetypes supported are: IMAGES, TEXT_FILES, CSV, TSV.
Property Value | |
---|---|
Type | Description |
RepeatedFieldFileType |
HasCloudStorageOutput
public bool HasCloudStorageOutput { get; }
Gets whether the "cloud_storage_output" field is set
Property Value | |
---|---|
Type | Description |
bool |
OutputCase
public Action.Types.Deidentify.OutputOneofCase OutputCase { get; }
Property Value | |
---|---|
Type | Description |
ActionTypesDeidentifyOutputOneofCase |
TransformationConfig
public TransformationConfig TransformationConfig { get; set; }
User specified deidentify templates and configs for structured, unstructured, and image files.
Property Value | |
---|---|
Type | Description |
TransformationConfig |
TransformationDetailsStorageConfig
public TransformationDetailsStorageConfig TransformationDetailsStorageConfig { get; set; }
Config for storing transformation details. This is separate from the de-identified content, and contains metadata about the successful transformations and/or failures that occurred while de-identifying. This needs to be set in order for users to access information about the status of each transformation (see [TransformationDetails][google.privacy.dlp.v2.TransformationDetails] message for more information about what is noted).
Property Value | |
---|---|
Type | Description |
TransformationDetailsStorageConfig |