File tree 1 file changed +3
-3
lines changed
Scripts/Services/Discovery/V1/Model
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -27,10 +27,10 @@ public class StatusDetails
27
27
/// <summary>
28
28
/// Indicates whether the credential is accepted by the target data source.
29
29
/// </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 ; }
32
32
/// <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.
34
34
/// </summary>
35
35
[ JsonProperty ( "error_message" , NullValueHandling = NullValueHandling . Ignore ) ]
36
36
public string ErrorMessage { get ; set ; }
You can’t perform that action at this time.
0 commit comments