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

Relativity.Identity.V1.LoginProfileModels.SAML2Method

public class SAML2Method
SAML2 provider login method
public bool IsEnabled { get; set; }

Whether the login method is enabled

public string ProviderName { get; set; }

The name of the SAML2 provider this login method belongs to

public string Subject { get; set; }

The "subject" for the method - typically the username that is associated with this user

public SAML2Method()