ConnectionInfoIdpServer Property |
The IDP server to use for authentication.
Namespace: Rally.RestApi.ConnectionAssembly: Rally.RestApi (in Rally.RestApi.dll) Version: 3.1.1.0 (3.1.1.0)
Syntax public virtual Uri IdpServer { get; set; }
Public Overridable Property IdpServer As Uri
Get
Set
public:
virtual property Uri^ IdpServer {
Uri^ get ();
void set (Uri^ value);
}
abstract IdpServer : Uri with get, set
override IdpServer : Uri with get, set
Property Value
Type:
UriSee Also