v1

latestOpenAPI 3.0.0Creative Commons Attribution 3.02026-07-1376177324.7 KB
projects

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

post/v1/{+consentStore}:checkDataAccess

Path parameters

consentStorestring required

Required. Name of the consent store where the requested data_id is stored, of the form projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/consentStores/{consent_store_id}.

Request body

dataIdstring

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.

requestAttributesobject

The values of request attributes associated with this access request.

responseView'RESPONSE_VIEW_UNSPECIFIED' | 'BASIC' | 'FULL'

Optional. The view for CheckDataAccessResponse. If unspecified, defaults to BASIC and returns consented as TRUE or FALSE.

Response

Successful response