teradata_credential

package
v1.0.0-beta.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 7, 2025 License: MIT Imports: 17 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func TeradataCredentialDataSource

func TeradataCredentialDataSource() datasource.DataSource

TeradataCredentialDataSource is a helper function to simplify the provider implementation.

func TeradataCredentialResource

func TeradataCredentialResource() resource.Resource

TeradataCredentialResource is a helper function to simplify the provider implementation.

Types

type TeradataCredentialModel

type TeradataCredentialModel struct {
	ID           types.String `tfsdk:"id"`
	CredentialID types.Int64  `tfsdk:"credential_id"`
	ProjectID    types.Int64  `tfsdk:"project_id"`
	User         types.String `tfsdk:"user"`
	Password     types.String `tfsdk:"password"`
	Schema       types.String `tfsdk:"schema"`
	Threads      types.Int64  `tfsdk:"threads"`
}

TeradataCredentialModel is the model for the resource

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL