<PackageReference Include="Relativity.Server.Infrastructure.SDK" Version="4.1.3" />

WebApiWindowsAuthServerRequest

Represents a request for updating a web api windows authentication 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 api windows authentication server.

Initializes a new instance of the WebApiWindowsAuthServerRequest class with all properties set to their default values.

Initializes a new instance of the WebApiWindowsAuthServerRequest class with a response object, which is useful for chaining commands.

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