Skip to main content

PermissionGroup Properties

An object defining properties for the PermissionGroup class.

Id

The unique identifier of the permission group.

Type: long


DeletedBy

The identifier of the user who deleted the permission group.

Type: long?


ModifiedBy

The identifier of the user who last modified the permission group.

Type: long?


MembersOf

The list of entities this permission group is associated with.

Type: List<MemberInfo>


SecretKey

The encrypted secret key associated with the permission group.

Type: string


Name

The multilingual name of the permission group.

Type: Dictionary<string, string>


Description

The multilingual description of the permission group.

Type: Dictionary<string, string>


ModifiedAt

The timestamp indicating when the permission group was last modified.

Type: DateTimeOffset?


TokenId

The token identifier associated with the permission group.

Type: string


DeletedAt

The timestamp indicating when the permission group was deleted.

Type: DateTimeOffset?


CreatedAt

The timestamp indicating when the permission group was created.

Type: DateTimeOffset


CreatedBy

The identifier of the user who created the permission group.

Type: long


Members

The list of members assigned to this permission group.

Type: List<MemberInfo>