resource_local_user

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Oct 20, 2024 License: MPL-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func LocalUserResourceSchema

func LocalUserResourceSchema(ctx context.Context) schema.Schema

Types

type LocalUserModel

type LocalUserModel struct {
	AccountExpires         timetypes.RFC3339 `tfsdk:"account_expires"`
	Description            types.String      `tfsdk:"description"`
	Enabled                types.Bool        `tfsdk:"enabled"`
	FullName               types.String      `tfsdk:"full_name"`
	Id                     types.String      `tfsdk:"id"`
	LastLogon              timetypes.RFC3339 `tfsdk:"last_logon"`
	Name                   types.String      `tfsdk:"name"`
	Password               types.String      `tfsdk:"password"`
	PasswordChangeableDate timetypes.RFC3339 `tfsdk:"password_changeable_date"`
	PasswordExpires        timetypes.RFC3339 `tfsdk:"password_expires"`
	PasswordLastSet        timetypes.RFC3339 `tfsdk:"password_last_set"`
	PasswordNeverExpires   types.Bool        `tfsdk:"password_never_expires"`
	PasswordRequired       types.Bool        `tfsdk:"password_required"`
	Sid                    types.String      `tfsdk:"sid"`
	UserMayChangePassword  types.Bool        `tfsdk:"user_may_change_password"`
}

Jump to

Keyboard shortcuts

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