dremio

package
v0.99.0 Latest Latest
Warning

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

Go to latest
Published: Jun 16, 2026 License: Apache-2.0 Imports: 25 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewUserDataSource

func NewUserDataSource() datasource.DataSource

func NewUserResource

func NewUserResource() resource.Resource

Types

type Model

type Model struct {
	Id types.String `tfsdk:"id"`

	ProjectId  types.String `tfsdk:"project_id"`
	Region     types.String `tfsdk:"region"`
	InstanceId types.String `tfsdk:"instance_id"`
	UserId     types.String `tfsdk:"user_id"`

	// Required Fields
	Email     types.String `tfsdk:"email"`
	FirstName types.String `tfsdk:"first_name"`
	LastName  types.String `tfsdk:"last_name"`
	Name      types.String `tfsdk:"name"`

	// Optional Fields
	Description types.String `tfsdk:"description"`
}

type UserDataSourceModel

type UserDataSourceModel struct {
	Model
}

type UserModel

type UserModel struct {
	Model

	// Required Fields
	Password types.String `tfsdk:"password"`

	Timeouts timeouts.Value `tfsdk:"timeouts"`
}

Jump to

Keyboard shortcuts

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