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

     1  // Generated from Databricks Terraform provider schema. DO NOT EDIT.
     2  
     3  package schema
     4  
     5  type ResourceIpAccessList struct {
     6  	Enabled     bool     `json:"enabled,omitempty"`
     7  	Id          string   `json:"id,omitempty"`
     8  	IpAddresses []string `json:"ip_addresses"`
     9  	Label       string   `json:"label"`
    10  	ListType    string   `json:"list_type"`
    11  }