<PackageReference Include="Relativity.Server.Identity.SDK" Version="2.6.2" />

Relativity.Identity.V2.LoginProfileModels.RequiredClaim

public class RequiredClaim
A required claim in order for a user to be created during Just-In-Time provisioning.
public int ArtifactID { get; set; }

A unique identifier for the required claim.

public string ClaimType { get; set; }

Name of the claim type.

public string ClaimValue { get; set; }

Value required in the claim.

public RequiredClaim()