effective property

List<String>? effective
getter/setter pair

All the permissions that the user has for this web property.

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

Implementation

core.List<core.String>? effective;