<PackageReference Include="Relativity.Server.Testing.Framework.SDK" Version="5000.1.0" />

GroupPermissions

public class GroupPermissions : Artifact
Represents the Relativity group permissions.
public List<GenericPermission> AdminPermissions { get; set; }

Gets or sets the admin permissions.

Gets or sets the browser permissions.

public int GroupID { get; set; }

Gets or sets the group ID.

public DateTime LastModified { get; set; }

Gets or sets the last modified date/time.

Gets or sets the mass action permissions.

public List<ObjectPermission> ObjectPermissions { get; set; }

Gets or sets the object permissions.

public List<GenericPermission> TabVisibility { get; set; }

Gets or sets the tab visibility permissions.