Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 2.99 KB

File metadata and controls

18 lines (14 loc) · 2.99 KB

RoleSetItem

A role within a role set

Fields

Field Type Required Description
object RoleSetItemObject ✔️ N/A
id String ✔️ The unique identifier of the role
name String ✔️ The name of the role
key String ✔️ The key of the role (e.g., "org:admin", "org:member")
description Optional<String> ✔️ Optional description of the role
membersCount JsonNullable<Long> The number of members assigned to this role within the role set
hasMembers JsonNullable<Boolean> Whether this role has any members assigned within the role set
createdAt long ✔️ Unix timestamp of role creation
updatedAt long ✔️ Unix timestamp of last role update