user

package
v0.13.1 Latest Latest
Warning

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

Go to latest
Published: Dec 11, 2025 License: Apache-2.0 Imports: 26 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetSchema

func GetSchema() schema.Schema

func NewUserResource

func NewUserResource() resource.Resource

Types

type UserData

type UserData struct {
	Id                      types.String         `tfsdk:"id"`
	ElasticsearchConnection types.List           `tfsdk:"elasticsearch_connection"`
	Username                types.String         `tfsdk:"username"`
	Password                types.String         `tfsdk:"password"`
	PasswordHash            types.String         `tfsdk:"password_hash"`
	PasswordWo              types.String         `tfsdk:"password_wo"`
	PasswordWoVersion       types.String         `tfsdk:"password_wo_version"`
	FullName                types.String         `tfsdk:"full_name"`
	Email                   types.String         `tfsdk:"email"`
	Roles                   types.Set            `tfsdk:"roles"`
	Metadata                jsontypes.Normalized `tfsdk:"metadata"`
	Enabled                 types.Bool           `tfsdk:"enabled"`
}

Jump to

Keyboard shortcuts

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