Skip to main content

Rightsetdto

Properties

NameTypeDescriptionNotes
id(optional) stringThe unique identifier of the RightSet.[default to undefined]
name(optional) stringThe human-readable name of the RightSet.[default to undefined]
description(optional) stringA human-readable description of the RightSet.[default to undefined]
category(optional) stringThe category of the RightSet.[default to undefined]
rights(optional) Array<string>Right is the most granular unit that determines specific API permissions, this is a list of rights associated with the RightSet.[default to undefined]
rightSetIds(optional) Array<string>List of unique identifiers for related RightSets, current RightSet contains rights from these RightSets.[default to undefined]
uiAssignableChildRightSetIds(optional) Array<string>List of unique identifiers for UI-assignable child RightSets, used to build UI components.[default to undefined]
uiAssignable(optional) booleanIndicates whether the RightSet is UI-assignable.[default to false]
translatedName(optional) stringThe translated name of the RightSet.[default to undefined]
translatedDescription(optional) stringThe translated description of the RightSet.[default to undefined]
parentId(optional) stringThe unique identifier of the parent RightSet for UI Assignable RightSet.[default to undefined]