github.com/databricks/cli@v0.203.0/bundle/internal/tf/schema/resource_user_role.go (about) 1 // Generated from Databricks Terraform provider schema. DO NOT EDIT. 2 3 package schema 4 5 type ResourceUserRole struct { 6 Id string `json:"id,omitempty"` 7 Role string `json:"role"` 8 UserId string `json:"user_id"` 9 }