GooglePrivacyDlpV2Deidentify class

Create a de-identified copy of a storage bucket.

Only compatible with Cloud Storage buckets. A TransformationDetail will be created for each transformation. Compatible with: Inspection of Cloud Storage

Constructors

GooglePrivacyDlpV2Deidentify.new({String? cloudStorageOutput, List<String>? fileTypesToTransform, GooglePrivacyDlpV2TransformationConfig? transformationConfig, GooglePrivacyDlpV2TransformationDetailsStorageConfig? transformationDetailsStorageConfig})
GooglePrivacyDlpV2Deidentify.fromJson(Map json_)

Properties

cloudStorageOutput String?
User settable Cloud Storage bucket and folders to store de-identified files.
getter/setter pair
fileTypesToTransform List<String>?
List of user-specified file type groups to transform.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
transformationConfig GooglePrivacyDlpV2TransformationConfig?
User specified deidentify templates and configs for structured, unstructured, and image files.
getter/setter pair
transformationDetailsStorageConfig GooglePrivacyDlpV2TransformationDetailsStorageConfig?
Config for storing transformation details.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited