permissions property

List<Permission>? permissions
getter/setter pair

The full list of permissions for the file.

This is only available if the requesting user can share the file. Not populated for items in shared drives.

Output only.

Implementation

core.List<Permission>? permissions;