Interface RoleCreateDto

Hierarchy

Properties

description: string
is_joinable?: boolean

If true, this role can be joined by users at any time

is_registration_role?: boolean

If true, this role can be claimed by users during registration.

metadata_private?: MetadataCreateDto
name: string
permissions: Permission[]

Generated using TypeDoc