Class DeidentifyDatasetRequest
Redacts identifying information from the specified dataset.
Implements
Inherited Members
Namespace: Google.Apis.CloudHealthcare.v1beta1.Data
Assembly: Google.Apis.CloudHealthcare.v1beta1.dll
Syntax
public class DeidentifyDatasetRequest : IDirectResponseSchema
Properties
Config
Deidentify configuration. Only one of config
and gcs_config_uri
can be specified.
Declaration
[JsonProperty("config")]
public virtual DeidentifyConfig Config { get; set; }
Property Value
Type | Description |
---|---|
DeidentifyConfig |
DestinationDataset
Required. The name of the dataset resource to create and write the redacted data to. * The destination dataset must not exist. * The destination dataset must be in the same location as the source dataset. De-identifying data across multiple locations is not supported.
Declaration
[JsonProperty("destinationDataset")]
public virtual string DestinationDataset { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
GcsConfigUri
Cloud Storage location to read the JSON cloud.healthcare.deidentify.DeidentifyConfig from, overriding the
default config. Must be of the form gs://{bucket_id}/path/to/object
. The Cloud Storage location must grant
the Cloud IAM role roles/storage.objectViewer
to the project's Cloud Healthcare Service Agent service
account. Only one of config
and gcs_config_uri
can be specified.
Declaration
[JsonProperty("gcsConfigUri")]
public virtual string GcsConfigUri { get; set; }
Property Value
Type | Description |
---|---|
string |