v1

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

Evaluates the user's Consents for all matching User data mappings. Note: User data mappings are indexed asynchronously, which can cause a slight delay between the time mappings are created or updated and when they are included in EvaluateUserConsents results.

post/v1/{+consentStore}:evaluateUserConsents

Path parameters

consentStorestring required

Required. Name of the consent store to retrieve User data mappings from.

Request body

requestAttributesobject

Required. The values of request attributes associated with this access request.

resourceAttributesobject

Optional. The values of resource attributes associated with the resources being requested. If no values are specified, then all resources are queried.

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

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

userIdstring

Required. User ID to evaluate consents for.

pageSizeinteger

Optional. Limit on the number of User data mappings to return in a single response. If not specified, 100 is used. May not be larger than 1000.

pageTokenstring

Optional. Token to retrieve the next page of results, or empty to get the first page.

Response

Successful response