Class CheckDataAccessResponse
Checks if a particular data_id of a User data mapping in the given consent store is consented for a given use.
Implements
Inherited Members
Namespace: Google.Apis.CloudHealthcare.v1beta1.Data
Assembly: Google.Apis.CloudHealthcare.v1beta1.dll
Syntax
public class CheckDataAccessResponse : IDirectResponseSchema
Properties
ConsentDetails
The resource names of all evaluated Consents mapped to their evaluation.
Declaration
[JsonProperty("consentDetails")]
public virtual IDictionary<string, ConsentEvaluation> ConsentDetails { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, ConsentEvaluation> |
Consented
Whether the requested resource is consented for the given use.
Declaration
[JsonProperty("consented")]
public virtual bool? Consented { get; set; }
Property Value
Type | Description |
---|---|
bool? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |