github.com/databricks/cli@v0.203.0/bundle/internal/tf/schema/resource_secret.go (about) 1 // Generated from Databricks Terraform provider schema. DO NOT EDIT. 2 3 package schema 4 5 type ResourceSecret struct { 6 ConfigReference string `json:"config_reference,omitempty"` 7 Id string `json:"id,omitempty"` 8 Key string `json:"key"` 9 LastUpdatedTimestamp int `json:"last_updated_timestamp,omitempty"` 10 Scope string `json:"scope"` 11 StringValue string `json:"string_value"` 12 }