Skip to content

SudoSOS Back-end API / rbac / Role

Class: Role ​

Extends ​

Constructors ​

Constructor ​

ts
new Role(): Role;

Returns ​

Role

Inherited from ​

BaseEntity.constructor

Properties ​

PropertyModifierTypeDescriptionInherited from
assignmentspublicAssignedRole[]--
createdAtreadonlyDateThe creation date of the object.BaseEntity.createdAt
idreadonlynumber-BaseEntity.id
namepublicstring--
permissionspublicPermission[]--
roleUserTypespublicRoleUserType[]--
systemDefaultpublicboolean--
updatedAtreadonlyDateThe last update date of the object.BaseEntity.updatedAt
versionreadonlynumberThe current version of the object.BaseEntity.version

Accessors ​

userTypes ​

Get Signature ​

ts
get userTypes(): UserType[];
Returns ​

UserType[]