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