Skip to main content

PermissionGroup

The PermissionGroup class represents a group of permissions with associated metadata and member relationships.

Properties

NameDescription
SecretKeyThe encrypted secret key associated with the permission group.
IdThe unique identifier of the permission group.
DeletedAtThe timestamp indicating when the permission group was deleted.
DeletedByThe identifier of the user who deleted the permission group.
TokenIdThe token identifier associated with the permission group.
MembersThe list of members assigned to this permission group.
MembersOfThe list of entities this permission group is associated with.
ModifiedByThe identifier of the user who last modified the permission group.
DescriptionThe multilingual description of the permission group.
NameThe multilingual name of the permission group.
CreatedAtThe timestamp indicating when the permission group was created.
CreatedByThe identifier of the user who created the permission group.
ModifiedAtThe timestamp indicating when the permission group was last modified.

Constructors

NameDescription
PermissionGroup(id, name, description, members, membersOf, createdBy, createdAt, modifiedBy, modifiedAt, deletedBy, deletedAt, tokenId)Initializes a new instance of the PermissionGroup class.