Mediate.Rbac.Policy.Role (mediate_rbac v0.1.0)

Copy Markdown View Source

One row of the role table: a role and the operations it permits.

Summary

Types

t()

One role and the operations it permits.

Types

t()

@type t() :: %Mediate.Rbac.Policy.Role{name: atom(), permissions: [atom()]}

One role and the operations it permits.