mirror of https://github.com/databricks/cli.git
14 lines
492 B
Go
14 lines
492 B
Go
|
// Generated from Databricks Terraform provider schema. DO NOT EDIT.
|
||
|
|
||
|
package schema
|
||
|
|
||
|
type ResourceToken struct {
|
||
|
Comment string `json:"comment,omitempty"`
|
||
|
CreationTime int `json:"creation_time,omitempty"`
|
||
|
ExpiryTime int `json:"expiry_time,omitempty"`
|
||
|
Id string `json:"id,omitempty"`
|
||
|
LifetimeSeconds int `json:"lifetime_seconds,omitempty"`
|
||
|
TokenId string `json:"token_id,omitempty"`
|
||
|
TokenValue string `json:"token_value,omitempty"`
|
||
|
}
|