Rulvar API reference / @rulvar/rulvar / AdmissionRequest
Interface: AdmissionRequest
Defined in: packages/core/dist/index.d.ts
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
emergency? | boolean | Host-flagged emergency work; admitted from the reserve fraction. | packages/core/dist/index.d.ts |
generation | string | The unit's incarnation token (RunMeta.genesis, typically). | packages/core/dist/index.d.ts |
reservation | AdmissionReservation | - | packages/core/dist/index.d.ts |
resolvedTenant? | string | The RESOLVED effective tenant, computed by exactly the tenantFrom resolution the limiter request uses: the engine-configured tenant by default, the scope's under quota.tenantFrom: 'scope'. Carried as its own field so the two seams debit the SAME identity. | packages/core/dist/index.d.ts |
scope? | AdmissionScopeDimensions | - | packages/core/dist/index.d.ts |
tenantFromScope? | boolean | True when the deployment declared tenantFrom: 'scope', the one configuration in which a disagreement between resolvedTenant and scope.tenant has a documented meaning; outside it the disagreement refuses typed (RFC section 4.1, item 1). | packages/core/dist/index.d.ts |
unitId | string | Caller-minted unit identity: the run id, typically. | packages/core/dist/index.d.ts |
weight? | number | Fairness weight of the member; positive, default 1. | packages/core/dist/index.d.ts |