Rulvar API reference / @rulvar/core / ExecutionScopeField
Type Alias: ExecutionScopeField
ts
type ExecutionScopeField =
| "tenant"
| "account"
| "project"
| "legalDomain"
| "region"
| "providerAccount"
| "sponsor";Defined in: packages/core/src/engine/engine.ts:875
One of the named scope dimensions (RV4007/RV4205/RV4408).