<PackageReference Include="Relativity.Server.Services.DataContracts.SDK" Version="5000.0.2" />

Relativity.Services.Permission.PermissionRef

Represents a Permission.
public ArtifactTypeIdentifier ArtifactType { get; set; }

Artifact Type Identifier for the Artifact that the permission belongs to.

public string Name { get; set; }

Name of the Permission.

public int PermissionID { get; set; }

The PermissionID.

public PermissionType PermissionType { get; set; }

Type of permission.

public PermissionRef()

PermissionRef constructor.

public bool Equals(PermissionRef other)