databricks-cli/bundle/internal/tf/schema/resource_secret.go

13 lines
441 B
Go

// Generated from Databricks Terraform provider schema. DO NOT EDIT.
package schema
type ResourceSecret struct {
ConfigReference string `json:"config_reference,omitempty"`
Id string `json:"id,omitempty"`
Key string `json:"key"`
LastUpdatedTimestamp int `json:"last_updated_timestamp,omitempty"`
Scope string `json:"scope"`
StringValue string `json:"string_value"`
}