Show / Hide Table of Contents

Class CheckDataAccessResponse

Checks if a particular data_id of a User data mapping in the given consent store is consented for a given use.

Inheritance
object
CheckDataAccessResponse
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX