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

12 lines
359 B
Go
Raw Normal View History

// Generated from Databricks Terraform provider schema. DO NOT EDIT.
package schema
type ResourceOboToken struct {
ApplicationId string `json:"application_id"`
Comment string `json:"comment"`
Id string `json:"id,omitempty"`
LifetimeSeconds int `json:"lifetime_seconds"`
TokenValue string `json:"token_value,omitempty"`
}