bindings property

List<PolicyBindings>? bindings
getter/setter pair

An association between a role, which comes with a set of permissions, and members who may assume that role.

Implementation

core.List<PolicyBindings>? bindings;