permissions property

List<String>? permissions
getter/setter pair

REQUIRED: The set of permissions to check for 'resource'.

Permissions with wildcards (such as '', 'spanner.', 'spanner.instances.*') are not allowed.

Implementation

core.List<core.String>? permissions;