github.com/databricks/cli@v0.203.0/bundle/internal/tf/schema/resource_token.go (about)

     1  // Generated from Databricks Terraform provider schema. DO NOT EDIT.
     2  
     3  package schema
     4  
     5  type ResourceToken struct {
     6  	Comment         string `json:"comment,omitempty"`
     7  	CreationTime    int    `json:"creation_time,omitempty"`
     8  	ExpiryTime      int    `json:"expiry_time,omitempty"`
     9  	Id              string `json:"id,omitempty"`
    10  	LifetimeSeconds int    `json:"lifetime_seconds,omitempty"`
    11  	TokenId         string `json:"token_id,omitempty"`
    12  	TokenValue      string `json:"token_value,omitempty"`
    13  }