Click or drag to resize
RallyRestApiAuthenticationResult Enumeration
Enumeration of the different authentication results that may occur.

Namespace: Rally.RestApi
Assembly: Rally.RestApi (in Rally.RestApi.dll) Version: 3.1.1.0 (3.1.1.0)
Syntax
public enum AuthenticationResult
Members
  Member nameValueDescription
NotAuthorized1 The user is not authorized.
PendingSSO2 The user needs to perform SSO authentication.
Authenticated3 The user is authenticated.
See Also