AshScenario.Dsl.Actor (ash_scenario v0.6.0)

View Source

Represents an actor entity within a prototype definition.

The actor specifies which user (or other entity) should act as the actor when creating the resource, for authorization purposes.

Summary

Types

t()

@type t() :: %AshScenario.Dsl.Actor{
  __spark_metadata__: term(),
  value: atom() | {module(), atom()}
}