Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewUserDataSource ¶
func NewUserDataSource() datasource.DataSource
NewUserDataSource is a helper function to simplify the provider implementation.
func NewUserResource ¶
NewUserResource is a helper function to simplify the provider implementation.
Types ¶
type DataSourceModel ¶
type DataSourceModel struct {
Id types.String `tfsdk:"id"` // needed by TF
UserId types.String `tfsdk:"user_id"`
InstanceId types.String `tfsdk:"instance_id"`
ProjectId types.String `tfsdk:"project_id"`
Description types.String `tfsdk:"description"`
WriteEnabled types.Bool `tfsdk:"write_enabled"`
Username types.String `tfsdk:"username"`
}
type Model ¶
type Model struct {
Id types.String `tfsdk:"id"` // needed by TF
UserId types.String `tfsdk:"user_id"`
InstanceId types.String `tfsdk:"instance_id"`
ProjectId types.String `tfsdk:"project_id"`
Description types.String `tfsdk:"description"`
WriteEnabled types.Bool `tfsdk:"write_enabled"`
Username types.String `tfsdk:"username"`
Password types.String `tfsdk:"password"`
}
Click to show internal directories.
Click to hide internal directories.