Relativity.Services.Interfaces.ResourceServer.IWebWindowsAuthServerManager
Exposes methods for working with web windows authentication server objects.
Retrieves data for a web windows authentication server.
Task<WebWindowsAuthServerResponse> ReadAsync(int serverID, bool includeMetadata, bool includeActions)
Retrieves data for a web windows authentication server.
Modifies properties of a web windows authentication server.
Task<WebWindowsAuthServerResponse> UpdateAsync(int serverID, WebWindowsAuthServerRequest request, DateTime lastModifiedOn)
Modifies properties of a web windows authentication server.