Description
The ID of the security group to which the user belongs. A user can belong to different groups in different projects.
Columns
The table contains the following columns:
PersonSecurityGroupId : int, primary key, allows null: no
The unique numeric identifier of the item.
DateCreated : datetime, allows null: no, default: Current date and time
The date and time when the item was created.
The stored date and time are based on the server’s time zone. For more information, see Date and Time Fields.
DateUpdated : datetime, allows null: no, default: Current date and time
The date and time when the item was last updated.
The stored date and time are based on the server’s time zone. For more information, see Date and Time Fields.
ProjId : int, allows null: no
The ID of the project.
SecurityGroupId : int, allows null: no
The ID of the security group to which the user belongs in the project.
UpdateUserId : int, allows null: no
The ID of the user who last updated the item.
UserId : int, allows null: no
The ID of the user.