2022-12-06 15:26:19 +00:00
|
|
|
// Generated from Databricks Terraform provider schema. DO NOT EDIT.
|
|
|
|
|
|
|
|
package schema
|
|
|
|
|
|
|
|
type ResourceGitCredential struct {
|
|
|
|
Force bool `json:"force,omitempty"`
|
|
|
|
GitProvider string `json:"git_provider"`
|
2023-03-20 16:22:55 +00:00
|
|
|
GitUsername string `json:"git_username,omitempty"`
|
2022-12-06 15:26:19 +00:00
|
|
|
Id string `json:"id,omitempty"`
|
2023-03-20 16:22:55 +00:00
|
|
|
PersonalAccessToken string `json:"personal_access_token,omitempty"`
|
2022-12-06 15:26:19 +00:00
|
|
|
}
|