Click or drag to resize
ConnectionType Enumeration
3 types of connection types

Namespace: Rally.RestApi.Connection
Assembly: Rally.RestApi (in Rally.RestApi.dll) Version: 3.1.1.0 (3.1.1.0)
Syntax
public enum ConnectionType
Members
  Member nameValueDescription
BasicAuth0 Basic authorization where the user provides a username and password.
SpBasedSso1 Service provider based connection.
IdpBasedSso2 Identity provider based connection.
See Also