Skip to content

Interface: AssignablePermissionRecord

Interface: AssignablePermissionRecord

Defined in: auth-client/src/core/flows/org.flow.ts:60

Permission that can be assigned to an org-scoped custom role.

Properties

action?

optional action?: string

Defined in: auth-client/src/core/flows/org.flow.ts:65


category?

optional category?: string

Defined in: auth-client/src/core/flows/org.flow.ts:66


code

code: string

Defined in: auth-client/src/core/flows/org.flow.ts:61


description?

optional description?: string

Defined in: auth-client/src/core/flows/org.flow.ts:63


name

name: string

Defined in: auth-client/src/core/flows/org.flow.ts:62


resource?

optional resource?: string

Defined in: auth-client/src/core/flows/org.flow.ts:64