github.com/databricks/cli@v0.203.0/bundle/internal/tf/schema/resource_obo_token.go (about) 1 // Generated from Databricks Terraform provider schema. DO NOT EDIT. 2 3 package schema 4 5 type ResourceOboToken struct { 6 ApplicationId string `json:"application_id"` 7 Comment string `json:"comment,omitempty"` 8 Id string `json:"id,omitempty"` 9 LifetimeSeconds int `json:"lifetime_seconds,omitempty"` 10 TokenValue string `json:"token_value,omitempty"` 11 }