GoogleApi.HealthCare.V1beta1.Model.CheckDataAccessRequest (google_api_health_care v0.30.0) View Source
Checks if a particular data_id of a User data mapping in the given Consent store is consented for a given use.
Attributes
-
consentList(type:GoogleApi.HealthCare.V1beta1.Model.ConsentList.t, default:nil) - The Consents to evaluate the access request against. They must have the sameuser_idas the data to check access for, exist in the currentconsent_store, and can have astateof eitherACTIVEorDRAFT. A maximum of 100 consents can be provided here. If unspecified, allACTIVEunexpired consents in the currentconsent_storewill be evaluated. -
dataId(type:String.t, default:nil) - The unique identifier of the data to check access for. It must exist in the givenconsent_store. -
requestAttributes(type:map(), default:nil) - The values of request attributes associated with this access request. -
responseView(type:String.t, default:nil) - The view for CheckDataAccessResponse. If unspecified, defaults toBASICand returnsconsentedasTRUEorFALSE.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.HealthCare.V1beta1.Model.CheckDataAccessRequest{
consentList: GoogleApi.HealthCare.V1beta1.Model.ConsentList.t(),
dataId: String.t(),
requestAttributes: map(),
responseView: String.t()
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.