permissions property

List<String>? permissions
getter/setter pair

The set of permissions to check for the 'resource'.

Permissions with wildcards (such as '' or 'storage.') are not allowed.

Implementation

core.List<core.String>? permissions;