mirror of https://github.com/databricks/cli.git
10 lines
217 B
Go
10 lines
217 B
Go
|
// Generated from Databricks Terraform provider schema. DO NOT EDIT.
|
||
|
|
||
|
package schema
|
||
|
|
||
|
type ResourceUserRole struct {
|
||
|
Id string `json:"id,omitempty"`
|
||
|
Role string `json:"role"`
|
||
|
UserId string `json:"user_id"`
|
||
|
}
|