Class CheckDataAccessRequest
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 CheckDataAccessRequest : IDirectResponseSchema
Properties
ConsentList
Optional. Specific Consents to evaluate the access request against. These Consents must have the same
user_id
as the evaluated User data mapping, must exist in the current consent_store
, and have a state
of either ACTIVE
or DRAFT
. A maximum of 100 Consents can be provided here. If no selection is specified,
the access request is evaluated against all ACTIVE
unexpired Consents with the same user_id
as the
evaluated User data mapping.
Declaration
[JsonProperty("consentList")]
public virtual ConsentList ConsentList { get; set; }
Property Value
Type | Description |
---|---|
ConsentList |
DataId
Required. The unique identifier of the resource to check access for. This identifier must correspond to a User data mapping in the given consent store.
Declaration
[JsonProperty("dataId")]
public virtual string DataId { 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 |
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> |
ResponseView
Optional. The view for CheckDataAccessResponse. If unspecified, defaults to BASIC
and returns consented
as TRUE
or FALSE
.
Declaration
[JsonProperty("responseView")]
public virtual string ResponseView { get; set; }
Property Value
Type | Description |
---|---|
string |