teradata_credential

package
v1.11.0 Latest Latest
Warning

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

Go to latest
Published: May 28, 2026 License: MIT Imports: 18 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 TeradataCredentialDataSourceModel added in v1.10.0

type TeradataCredentialDataSourceModel 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"`
}

TeradataCredentialDataSourceModel is the model for the data source

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"`
	PasswordWo        types.String `tfsdk:"password_wo"`
	PasswordWoVersion types.Int64  `tfsdk:"password_wo_version"`
	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