AshDispatch.Resource.Dsl.AudienceOverride (AshDispatch v0.5.0)

View Source

DSL entity struct for explicit audience path overrides.

Allows defining custom relationship paths for specific audiences, useful when an audience needs a different path than the default or when combined with audience_prefix.

Summary

Types

t()

@type t() :: %AshDispatch.Resource.Dsl.AudienceOverride{
  __spark_metadata__: any(),
  name: atom(),
  path: [atom()]
}