Pristine.GovernedOperationDescriptor (Pristine v0.3.1)

Copy Markdown View Source

Standalone-safe descriptor for governed OpenAPI operation admission.

This does not call outer runtime or authority packages. It gives generated SDKs and callers a ref-only value that can be handed to the owning control plane for admission.

Summary

Types

t()

@type t() :: %Pristine.GovernedOperationDescriptor{
  connector_admission_ref: term(),
  credential_lease_ref: term(),
  fixture_ref: term(),
  operation_policy_ref: term(),
  operation_ref: term(),
  provider_account_ref: term(),
  raw_material_present?: term(),
  redaction_ref: term(),
  subject_ref: term(),
  tenant_ref: term(),
  trace_ref: term(),
  usage_contexts: term()
}

Functions

new!(descriptor)

@spec new!(map() | keyword() | t()) :: t()