Skip to content

Commit

Permalink
Add WithCredentials field to datasources
Browse files Browse the repository at this point in the history
  • Loading branch information
K-Phoen committed Dec 18, 2021
1 parent adef1e5 commit 9e48341
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions datasource.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ type Datasource struct {
BasicAuth *bool `json:"basicAuth,omitempty"`
BasicAuthUser *string `json:"basicAuthUser,omitempty"`
BasicAuthPassword *string `json:"basicAuthPassword,omitempty"`
WithCredentials bool `json:"withCredentials"`
IsDefault bool `json:"isDefault"`
JSONData interface{} `json:"jsonData"`
SecureJSONData interface{} `json:"secureJsonData"`
Expand Down

0 comments on commit 9e48341

Please sign in to comment.