View Source Actors.Security.Acl.Policy (spawn v1.0.0-rc.28)

Summary

Types

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