qualifierPrefixes property

List<String>? qualifierPrefixes
getter/setter pair

Prefixes for qualifiers to be included in the AuthorizedView.

Every qualifier starting with one of these prefixes is included in the AuthorizedView. To provide access to all qualifiers, include the empty string as a prefix ("").

Implementation

core.List<core.String>? qualifierPrefixes;