effective property

List<String>? effective
getter/setter pair

All the permissions that the user has for this view (profile).

These include any implied permissions (e.g., EDIT implies VIEW) or inherited permissions from the parent web property.

Implementation

core.List<core.String>? effective;