Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddCurrentWorkspaceBindings ¶
func AddCurrentWorkspaceBindings(ctx context.Context, d *schema.ResourceData, w *databricks.WorkspaceClient, securableName string, securableType BindingsSecurableType) error
Types ¶
type BindingsSecurableType ¶ added in v1.78.0
type BindingsSecurableType string
const BindingsSecurableTypeCatalog BindingsSecurableType = `catalog`
const BindingsSecurableTypeCredential BindingsSecurableType = `credential`
const BindingsSecurableTypeExternalLocation BindingsSecurableType = `external_location`
const BindingsSecurableTypeStorageCredential BindingsSecurableType = `storage_credential`
func (*BindingsSecurableType) Set ¶ added in v1.78.0
func (f *BindingsSecurableType) Set(v string) error
func (*BindingsSecurableType) String ¶ added in v1.78.0
func (f *BindingsSecurableType) String() string
func (*BindingsSecurableType) Type ¶ added in v1.78.0
func (f *BindingsSecurableType) Type() string
Click to show internal directories.
Click to hide internal directories.