responseView property

String? responseView
getter/setter pair

The view for CheckDataAccessResponse.

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 consented field is populated in CheckDataAccessResponse.
  • "FULL" : All fields within CheckDataAccessResponse are populated. When set to FULL, all ACTIVE Consents are evaluated even if a matching policy is found during evaluation.

Implementation

core.String? responseView;