Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
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"` }
Click to show internal directories.
Click to hide internal directories.