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

PermissionDetail

public class PermissionDetail
Represents the information about a specific permission.
public string Name { get; set; }

Gets or sets the name.

public int PermissionID { get; set; }

Gets or sets the permission ID.

public bool Selected { get; set; }

Gets or sets a value indicating whether this permission is selected.