Skip to content

PersistentAI API Documentation / @persistent-ai/fireflow-vfs / generated/lakefs/types.gen / ListUserPoliciesData

Type Alias: ListUserPoliciesData

ListUserPoliciesData = object

Defined in: packages/fireflow-vfs/src/generated/lakefs/types.gen.ts:2243

Properties

body?

optional body: never

Defined in: packages/fireflow-vfs/src/generated/lakefs/types.gen.ts:2244


path

path: object

Defined in: packages/fireflow-vfs/src/generated/lakefs/types.gen.ts:2245

userId

userId: string


query?

optional query: object

Defined in: packages/fireflow-vfs/src/generated/lakefs/types.gen.ts:2248

after?

optional after: string

return items after this value

amount?

optional amount: number

how many items to return

effective?

optional effective: boolean

will return all distinct policies attached to the user or any of its groups

prefix?

optional prefix: string

return items prefixed with this value


url

url: "/auth/users/{userId}/policies"

Defined in: packages/fireflow-vfs/src/generated/lakefs/types.gen.ts:2266

Licensed under BUSL-1.1