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

Relativity.Identity.V1.LoginProfileModels.RSAProvider

public class RSAProvider
RSA Provider
public bool IsEnabled { get; set; }

Whether this provider is enabled.

public string Name { get; set; }

A name for this provider; must be unique within the profile.

public RSAProvider()