mirror of https://github.com/databricks/cli.git
11 lines
272 B
Go
11 lines
272 B
Go
|
// Generated from Databricks Terraform provider schema. DO NOT EDIT.
|
||
|
|
||
|
package schema
|
||
|
|
||
|
type ResourceSecretAcl struct {
|
||
|
Id string `json:"id,omitempty"`
|
||
|
Permission string `json:"permission"`
|
||
|
Principal string `json:"principal"`
|
||
|
Scope string `json:"scope"`
|
||
|
}
|