provider

package
v0.0.2 Latest Latest
Warning

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

Go to latest
Published: Sep 28, 2024 License: MPL-2.0 Imports: 15 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

func NewApplicationDataSource added in v0.0.2

func NewApplicationDataSource() datasource.DataSource

func NewApplicationResource added in v0.0.2

func NewApplicationResource() 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 ApplicationDataSource added in v0.0.2

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

func (*ApplicationDataSource) Configure added in v0.0.2

func (*ApplicationDataSource) Metadata added in v0.0.2

func (*ApplicationDataSource) Read added in v0.0.2

func (*ApplicationDataSource) Schema added in v0.0.2

type ApplicationDataSourceModel added in v0.0.2

type ApplicationDataSourceModel struct {
	ID           types.String `tfsdk:"id"`
	Name         types.String `tfsdk:"name"`
	Type         types.String `tfsdk:"type"`
	ClientID     types.String `tfsdk:"client_id"`
	ClientSecret types.String `tfsdk:"client_secret"`
}

type ApplicationResource added in v0.0.2

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

func (*ApplicationResource) Configure added in v0.0.2

func (*ApplicationResource) Create added in v0.0.2

func (*ApplicationResource) Delete added in v0.0.2

func (*ApplicationResource) ImportState added in v0.0.2

func (*ApplicationResource) Metadata added in v0.0.2

func (*ApplicationResource) Read added in v0.0.2

func (*ApplicationResource) Schema added in v0.0.2

func (*ApplicationResource) Update added in v0.0.2

type ApplicationResourceModel added in v0.0.2

type ApplicationResourceModel struct {
	ID           types.String `tfsdk:"id"`
	Name         types.String `tfsdk:"name"`
	Type         types.String `tfsdk:"type"`
	ClientID     types.String `tfsdk:"client_id"`
	ClientSecret types.String `tfsdk:"client_secret"`
	LanguageKey  types.String `tfsdk:"language_key"`
	LogoutURIs   types.List   `tfsdk:"logout_uris"`
	RedirectURIs types.List   `tfsdk:"redirect_uris"`
	LoginURI     types.String `tfsdk:"login_uri"`
	HomepageURI  types.String `tfsdk:"homepage_uri"`
}

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