sqlserverflexalpha

package
v0.0.23-alpha Latest Latest
Warning

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

Go to latest
Published: Feb 17, 2026 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func UserResourceSchema

func UserResourceSchema(ctx context.Context) schema.Schema

Types

type UserModel

type UserModel struct {
	DefaultDatabase types.String `tfsdk:"default_database"`
	Host            types.String `tfsdk:"host"`
	Id              types.Int64  `tfsdk:"id"`
	InstanceId      types.String `tfsdk:"instance_id"`
	Password        types.String `tfsdk:"password"`
	Port            types.Int64  `tfsdk:"port"`
	ProjectId       types.String `tfsdk:"project_id"`
	Region          types.String `tfsdk:"region"`
	Roles           types.List   `tfsdk:"roles"`
	Status          types.String `tfsdk:"status"`
	Uri             types.String `tfsdk:"uri"`
	UserId          types.Int64  `tfsdk:"user_id"`
	Username        types.String `tfsdk:"username"`
}

Jump to

Keyboard shortcuts

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