<PackageReference Include="Relativity.Server.Services.Interfaces.SDK" Version="13.6.1" />

SAML2Method

public class SAML2Method
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()