GroundPlane.Contracts.ResourcePath (GroundPlane Contracts v0.1.0)

Copy Markdown View Source

Tenant-scoped hierarchical resource path used by policy and incident joins.

Summary

Types

t()

@type t() :: %GroundPlane.Contracts.ResourcePath{
  resource_kind_path: term(),
  segments: term(),
  tenant_id: term(),
  terminal_resource_id: term()
}

Functions

new(attrs)