The URL for the OpenStack authentication service, for example, https://dal05.objectstorage.softlayer.net/auth/v1.0/.

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

ToggleSyntax

Visual Basic (Declaration)
Property OpenStackAuthenticationURL As String
C#
string OpenStackAuthenticationURL { get; set; }
Visual C++
property String^ OpenStackAuthenticationURL {
	String^ get ();
	void set (String^ value);
}
JavaScript
function get_openStackAuthenticationURL();
function set_openStackAuthenticationURL(value);

ToggleRemarks

ToggleSee Also