Skip to main content

PermissionGroup Properties

An object defining properties for the PermissionGroup class.

SecretKey

The encrypted secret key associated with the permission group.

Type: string


Id

The unique identifier of the permission group.

Type: long


DeletedAt

The timestamp indicating when the permission group was deleted.

Type: DateTimeOffset?


DeletedBy

The identifier of the user who deleted the permission group.

Type: long?


TokenId

The token identifier associated with the permission group.

Type: string


Members

The list of members assigned to this permission group.

Type: List<MemberInfo>


MembersOf

The list of entities this permission group is associated with.

Type: List<MemberInfo>


ModifiedBy

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

Type: long?


Description

The multilingual description of the permission group.

Type: Dictionary<string, string>


Name

The multilingual name of the permission group.

Type: Dictionary<string, string>


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


ModifiedAt

The timestamp indicating when the permission group was last modified.

Type: DateTimeOffset?