consentScopes property

List<ExplainDataAccessConsentScope>? consentScopes
getter/setter pair

List of applicable consent scopes.

Sorted in order of actor such that scopes belonging to the same actor will be adjacent to each other in the list.

Implementation

core.List<ExplainDataAccessConsentScope>? consentScopes;