datasource

package
v1.0.10 Latest Latest
Warning

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

Go to latest
Published: Apr 1, 2026 License: MPL-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewRole added in v1.0.8

func NewRole() datasource.DataSource

func NewUser

func NewUser() datasource.DataSource

Types

type RoleDataSource added in v1.0.8

type RoleDataSource struct {
	// contains filtered or unexported fields
}

func (*RoleDataSource) Configure added in v1.0.8

func (*RoleDataSource) Metadata added in v1.0.8

func (*RoleDataSource) Read added in v1.0.8

func (*RoleDataSource) Schema added in v1.0.8

type RoleDataSourceModel added in v1.0.8

type RoleDataSourceModel struct {
	OrganizationID types.String `tfsdk:"organization_id"`
	Name           types.String `tfsdk:"name"`
	ID             types.String `tfsdk:"id"`
	CreatedAt      types.String `tfsdk:"created_at"`
	CreatedBy      types.String `tfsdk:"created_by"`
}

type UserDataSource

type UserDataSource struct {
	// contains filtered or unexported fields
}

func (*UserDataSource) Configure

func (*UserDataSource) Metadata

func (*UserDataSource) Read

func (*UserDataSource) Schema

type UserDataSourceModel

type UserDataSourceModel struct {
	OrganizationID       types.String `tfsdk:"organization_id"`
	Email                types.String `tfsdk:"email"`
	UUID                 types.String `tfsdk:"uuid"`
	OrganizationMemberID types.String `tfsdk:"organization_member_id"`
	FirstName            types.String `tfsdk:"first_name"`
	LastName             types.String `tfsdk:"last_name"`
	IsEmailVerified      types.Bool   `tfsdk:"is_email_verified"`
}

Jump to

Keyboard shortcuts

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