Class QueryAccessibleDataRequest
Queries all data_ids that are consented for a given use in the given consent store and writes them to a specified destination. The returned Operation includes a progress counter for the number of User data mappings processed. Errors are logged to Cloud Logging (see [Viewing error logs in Cloud Logging] (https://cloud.google.com/healthcare/docs/how-tos/logging) and [QueryAccessibleData] for a sample log entry).
Implements
Inherited Members
Namespace: Google.Apis.CloudHealthcare.v1beta1.Data
Assembly: Google.Apis.CloudHealthcare.v1beta1.dll
Syntax
public class QueryAccessibleDataRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
GcsDestination
The Cloud Storage destination. The Cloud Healthcare API service account must have the
roles/storage.objectAdmin
Cloud IAM role for this Cloud Storage location. The object name is in the
following format: query-accessible-data-result-{operation_id}.txt where each line contains a single data_id.
Declaration
[JsonProperty("gcsDestination")]
public virtual GoogleCloudHealthcareV1beta1ConsentGcsDestination GcsDestination { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudHealthcareV1beta1ConsentGcsDestination |
RequestAttributes
The values of request attributes associated with this access request.
Declaration
[JsonProperty("requestAttributes")]
public virtual IDictionary<string, string> RequestAttributes { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, string> |
ResourceAttributes
Optional. The values of resource attributes associated with the type of resources being requested. If no values are specified, then all resource types are included in the output.
Declaration
[JsonProperty("resourceAttributes")]
public virtual IDictionary<string, string> ResourceAttributes { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, string> |