File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/IBM.Watson.Discovery.v1/Model Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -27,10 +27,10 @@ public class StatusDetails
2727 /// <summary>
2828 /// Indicates whether the credential is accepted by the target data source.
2929 /// </summary>
30- [ JsonProperty ( "authentication " , NullValueHandling = NullValueHandling . Ignore ) ]
31- public bool ? Authentication { get ; set ; }
30+ [ JsonProperty ( "authenticated " , NullValueHandling = NullValueHandling . Ignore ) ]
31+ public bool ? Authenticated { get ; set ; }
3232 /// <summary>
33- /// If `authentication ` is `false`, a message describes why the authentication was unsuccessful.
33+ /// If `authenticated ` is `false`, a message describes why the authentication was unsuccessful.
3434 /// </summary>
3535 [ JsonProperty ( "error_message" , NullValueHandling = NullValueHandling . Ignore ) ]
3636 public string ErrorMessage { get ; set ; }
You can’t perform that action at this time.
0 commit comments