gcsConfigUri property
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.
Implementation
core.String? gcsConfigUri;