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

12 lines
376 B
Go
Raw Normal View History

// Generated from Databricks Terraform provider schema. DO NOT EDIT.
package schema
type ResourceSecret struct {
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"`
}