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