| LoginDetailsIdpServer Property |
The URL for the IDP Server that we are connecting to (IDP based connections only).
Namespace: Rally.RestApi.AuthAssembly: Rally.RestApi (in Rally.RestApi.dll) Version: 3.1.1.0 (3.1.1.0)
Syntaxpublic string IdpServer { get; set; }Public Property IdpServer As String
Get
Set
public:
property String^ IdpServer {
String^ get ();
void set (String^ value);
}member IdpServer : string with get, set
Property Value
Type:
String
See Also