provider

package
v0.5.1 Latest Latest
Warning

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

Go to latest
Published: Feb 19, 2026 License: Apache-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

Types

type OpenFgaProvider

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

func (*OpenFgaProvider) Configure

func (*OpenFgaProvider) DataSources

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

func (*OpenFgaProvider) Functions

func (p *OpenFgaProvider) Functions(ctx context.Context) []func() function.Function

func (*OpenFgaProvider) Metadata

func (*OpenFgaProvider) Resources

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

func (*OpenFgaProvider) Schema

type OpenFgaProviderModel

type OpenFgaProviderModel struct {
	ApiUrl types.String `tfsdk:"api_url"`

	ApiToken       types.String `tfsdk:"api_token"`
	ClientId       types.String `tfsdk:"client_id"`
	ClientSecret   types.String `tfsdk:"client_secret"`
	ApiScopes      types.String `tfsdk:"api_scopes"`
	ApiAudience    types.String `tfsdk:"api_audience"`
	ApiTokenIssuer types.String `tfsdk:"api_token_issuer"`
}

OpenFgaProviderModel describes the provider data model.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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