PermissionScope
@forge/monorepo / backend/src / PermissionScope
Type Alias: PermissionScope
PermissionScope =
object
Defined in: backend/src/authorization/index.ts:30
The query-time filter applied before search, so retrieval never returns unauthorized rows.
Properties
filter?
readonlyoptionalfilter?:Readonly<Record<string,unknown>>
Defined in: backend/src/authorization/index.ts:33
roleIds
readonlyroleIds: readonlystring[]
Defined in: backend/src/authorization/index.ts:32
tenantId
readonlytenantId:string
Defined in: backend/src/authorization/index.ts:31