consentList property
Specific Consents to evaluate the access request against.
These Consents must have the same user_id
as the User data mappings
being evalauted, must exist in the current consent_store
, and must have
a state
of either ACTIVE
or DRAFT
. A maximum of 100 Consents can be
provided here. If unspecified, all ACTIVE
unexpired Consents in the
current consent_store
will be evaluated.
Optional.
Implementation
ConsentList? consentList;