effective property

List<String>? effective
getter/setter pair

All the permissions that the user has for this account.

These include any implied permissions (e.g., EDIT implies VIEW).

Implementation

core.List<core.String>? effective;