RallyRestApiAuthenticationResult Enumeration |
Enumeration of the different authentication results that may occur.
Namespace: Rally.RestApiAssembly: Rally.RestApi (in Rally.RestApi.dll) Version: 3.1.1.0 (3.1.1.0)
Syntax public enum AuthenticationResult
Public Enumeration AuthenticationResult
public enum class AuthenticationResult
type AuthenticationResult
Members
| Member name | Value | Description |
---|
| NotAuthorized | 1 |
The user is not authorized.
|
| PendingSSO | 2 |
The user needs to perform SSO authentication.
|
| Authenticated | 3 |
The user is authenticated.
|
See Also