openai_integration

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: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ValidKeyTypes = []string{"openai", "azure_openai"}

Functions

func OpenAIIntegrationResource

func OpenAIIntegrationResource() resource.Resource

Types

type OpenAIIntegrationResourceModel

type OpenAIIntegrationResourceModel struct {
	ID                  types.Int64  `tfsdk:"id"`
	AccountID           types.Int64  `tfsdk:"account_id"`
	KeyType             types.String `tfsdk:"key_type"`
	KeyValue            types.String `tfsdk:"key_value"`
	KeyValueWO          types.String `tfsdk:"key_value_wo"`
	KeyValueWOVersion   types.Int64  `tfsdk:"key_value_wo_version"`
	AzureEndpoint       types.String `tfsdk:"azure_endpoint"`
	AzureDeploymentName types.String `tfsdk:"azure_deployment_name"`
	AzureAPIVersion     types.String `tfsdk:"azure_api_version"`
	CreatedAt           types.String `tfsdk:"created_at"`
	UpdatedAt           types.String `tfsdk:"updated_at"`
}

Jump to

Keyboard shortcuts

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