childPrivileges property

List<Privilege>? childPrivileges
getter/setter pair

A list of child privileges.

Privileges for a service form a tree. Each privilege can have a list of child privileges; this list is empty for a leaf privilege.

Implementation

core.List<Privilege>? childPrivileges;