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

WebFormsAuthServerRequest

Represents a request for updating a web forms authentication server.
public bool IsUserLoadBalancingEnabled { get; set; }

Gets or sets a boolean value representing whether user load balancing is enabled on the server.

public string Keywords { get; set; }

Gets or sets any keywords associated with the resource server.

public string Notes { get; set; }

Gets or sets an optional description or other information about the resource server.

public ObjectIdentifier Status { get; set; }

Gets or sets the status of the web forms authentication server.

public string Url { get; set; }

Gets or sets URL of the server.

Initializes an instance of a web forms authentication server with all properties set to their default values

Initializes an instance of a web forms authentication server with a response object, which is useful for chaining commands.

Allows a response object to be implicitly converted to a request object.