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

     1  // Generated from Databricks Terraform provider schema. DO NOT EDIT.
     2  
     3  package schema
     4  
     5  type ResourceSecretAcl struct {
     6  	Id         string `json:"id,omitempty"`
     7  	Permission string `json:"permission"`
     8  	Principal  string `json:"principal"`
     9  	Scope      string `json:"scope"`
    10  }