responseView property
The view for EvaluateUserConsentsResponse.
If unspecified, defaults to BASIC
and returns consented
as TRUE
or
FALSE
.
Optional. Possible string values are:
- "RESPONSE_VIEW_UNSPECIFIED" : No response view specified. The API will default to the BASIC view.
- "BASIC" : Only the
data_id
andconsented
fields are populated in the response. - "FULL" : All fields within the response are populated. When set to
FULL
, allACTIVE
Consents are evaluated even if a matching policy is found during evaluation.
Implementation
core.String? responseView;