github.com/databricks/cli@v0.203.0/bundle/internal/tf/schema/resource_git_credential.go (about)

     1  // Generated from Databricks Terraform provider schema. DO NOT EDIT.
     2  
     3  package schema
     4  
     5  type ResourceGitCredential struct {
     6  	Force               bool   `json:"force,omitempty"`
     7  	GitProvider         string `json:"git_provider"`
     8  	GitUsername         string `json:"git_username,omitempty"`
     9  	Id                  string `json:"id,omitempty"`
    10  	PersonalAccessToken string `json:"personal_access_token,omitempty"`
    11  }