effective property

List<String>? effective
getter/setter pair

Effective permissions represent all the permissions that a user has for this entity.

These include any implied permissions (e.g., EDIT implies VIEW) or inherited permissions from the parent entity. Effective permissions are read-only.

Implementation

core.List<core.String>? effective;