<PackageReference Include="Relativity.ObjectManager" Version="9.6.205.1" />

AuthProfile

public class AuthProfile

public string Description { get; set; }

public int Id { get; set; }

public bool IsGlobal { get; set; }

public PasswordProvider Password { get; set; }

public RSAProvider RSA { get; set; }

public List<SAML2Provider> SAML2Providers { get; set; }

public Uri SiteUri { get; set; }

public AuthProfile()