provider

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Sep 22, 2024 License: MPL-2.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

func New(version string) func() provider.Provider

func NewAPIDataSource

func NewAPIDataSource() datasource.DataSource

func NewAPIResource

func NewAPIResource() resource.Resource

Types

type APIDataSource

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

func (*APIDataSource) Configure

func (*APIDataSource) Metadata

func (*APIDataSource) Read

func (*APIDataSource) Schema

type APIDataSourceModel

type APIDataSourceModel struct {
	ID       types.String `tfsdk:"id"`
	Name     types.String `tfsdk:"name"`
	Audience types.String `tfsdk:"audience"`
}

type APIResource

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

func (*APIResource) Configure

func (*APIResource) Create

func (*APIResource) Delete

func (*APIResource) ImportState

func (*APIResource) Metadata

func (*APIResource) Read

func (*APIResource) Schema

func (*APIResource) Update

type APIResourceModel

type APIResourceModel struct {
	ID       types.String `tfsdk:"id"`
	Name     types.String `tfsdk:"name"`
	Audience types.String `tfsdk:"audience"`
}

type KindeProvider

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

KindeProvider defines the provider implementation.

func (*KindeProvider) Configure

func (*KindeProvider) DataSources

func (p *KindeProvider) DataSources(ctx context.Context) []func() datasource.DataSource

func (*KindeProvider) Metadata

func (*KindeProvider) Resources

func (p *KindeProvider) Resources(ctx context.Context) []func() resource.Resource

func (*KindeProvider) Schema

type KindeProviderModel

type KindeProviderModel struct {
	Domain       types.String `tfsdk:"domain"`
	Audience     types.String `tfsdk:"audience"`
	ClientID     types.String `tfsdk:"client_id"`
	ClientSecret types.String `tfsdk:"client_secret"`
}

KindeProviderModel describes the provider data model.

Jump to

Keyboard shortcuts

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