// 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"` }