View Source Actors.Security.Acl.Policy (spawn v2.0.0-RC11)

Summary

Types

t()

@type t() :: %Actors.Security.Acl.Policy{
  actions: [String.t()],
  actor_systems: [String.t()],
  actors: [String.t()],
  name: String.t(),
  type: String.t() | atom()
}