Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewUserDataSource ¶
func NewUserDataSource() datasource.DataSource
func NewUserResource ¶
Types ¶
type Model ¶
type Model struct {
Id types.String `tfsdk:"id"`
ProjectId types.String `tfsdk:"project_id"`
Region types.String `tfsdk:"region"`
InstanceId types.String `tfsdk:"instance_id"`
UserId types.String `tfsdk:"user_id"`
// Required Fields
Email types.String `tfsdk:"email"`
FirstName types.String `tfsdk:"first_name"`
LastName types.String `tfsdk:"last_name"`
Name types.String `tfsdk:"name"`
// Optional Fields
Description types.String `tfsdk:"description"`
}
type UserDataSourceModel ¶
type UserDataSourceModel struct {
Model
}
Click to show internal directories.
Click to hide internal directories.