synapse_credential

package
v1.3.0 Latest Latest
Warning

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

Go to latest
Published: Oct 14, 2025 License: MIT Imports: 17 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func SynapseCredentialDataSource

func SynapseCredentialDataSource() datasource.DataSource

SynapseCredentialDataSource is a helper function to simplify the provider implementation.

func SynapseCredentialResource

func SynapseCredentialResource() resource.Resource

SynapseCredentialResource is a helper function to simplify the provider implementation.

Types

type SynapseCredentialDataSourceModel

type SynapseCredentialDataSourceModel struct {
	ID                  types.String `tfsdk:"id"`
	CredentialID        types.Int64  `tfsdk:"credential_id"`
	ProjectID           types.Int64  `tfsdk:"project_id"`
	Authentication      types.String `tfsdk:"authentication"`
	User                types.String `tfsdk:"user"`
	Schema              types.String `tfsdk:"schema"`
	TenantId            types.String `tfsdk:"tenant_id"`
	ClientId            types.String `tfsdk:"client_id"`
	SchemaAuthorization types.String `tfsdk:"schema_authorization"`
	AdapterType         types.String `tfsdk:"adapter_type"`
}

type SynapseCredentialResourceModel

type SynapseCredentialResourceModel struct {
	ID                  types.String `tfsdk:"id"`
	CredentialID        types.Int64  `tfsdk:"credential_id"`
	ProjectID           types.Int64  `tfsdk:"project_id"`
	Authentication      types.String `tfsdk:"authentication"`
	User                types.String `tfsdk:"user"`
	Password            types.String `tfsdk:"password"`
	TenantId            types.String `tfsdk:"tenant_id"`
	ClientId            types.String `tfsdk:"client_id"`
	ClientSecret        types.String `tfsdk:"client_secret"`
	Schema              types.String `tfsdk:"schema"`
	SchemaAuthorization types.String `tfsdk:"schema_authorization"`
	AdapterType         types.String `tfsdk:"adapter_type"`
}

Jump to

Keyboard shortcuts

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