The URL through which to obtain an authentication token for access to the SCIM service.

Namespace:  FileNet.Api.Admin
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

Visual Basic (Declaration)
Property SCIMAuthenticationURL As String
C#
string SCIMAuthenticationURL { get; set; }
Visual C++
property String^ SCIMAuthenticationURL {
	String^ get ();
	void set (String^ value);
}
JavaScript
function get_scimAuthenticationURL();
function set_scimAuthenticationURL(value);

ToggleSee Also