profile

package
v2.20.0 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewDataSource

func NewDataSource() datasource.DataSource

Types

type DataSource

type DataSource struct {
	helper.BaseDataSource
}

func (*DataSource) Read

type DataSourceModel

type DataSourceModel struct {
	Email              types.String `tfsdk:"email"`
	Timezone           types.String `tfsdk:"timezone"`
	EmailNotifications types.Bool   `tfsdk:"email_notifications"`
	Username           types.String `tfsdk:"username"`
	IPWhitelistEnabled types.Bool   `tfsdk:"ip_whitelist_enabled"`
	LishAuthMethod     types.String `tfsdk:"lish_auth_method"`
	AuthorizedKeys     types.List   `tfsdk:"authorized_keys"`
	TwoFactorAuth      types.Bool   `tfsdk:"two_factor_auth"`
	Restricted         types.Bool   `tfsdk:"restricted"`
	Referrals          types.List   `tfsdk:"referrals"`
	ID                 types.String `tfsdk:"id"`
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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