mirror of https://github.com/databricks/cli.git
12 lines
376 B
Go
12 lines
376 B
Go
// 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"`
|
|
}
|