Skip to main content

PermissionGroup

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

Properties

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

Constructors

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