identitynow

package
v0.1.1 Latest Latest
Warning

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

Go to latest
Published: Nov 20, 2024 License: MPL-2.0 Imports: 18 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 Provider

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

provider satisfies the tfsdk.Provider interface and usually is included with all Resource and DataSource implementations.

func (*Provider) Configure

func (*Provider) DataSources

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

func (*Provider) Metadata

func (*Provider) Resources

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

func (*Provider) Schema

type ProviderModel

type ProviderModel struct {
	SailBaseUrl      types.String `tfsdk:"sail_base_url"`
	SailClientId     types.String `tfsdk:"sail_client_id"`
	SailClientSecret types.String `tfsdk:"sail_client_secret"`
	HttpRetryMax     types.Int64  `tfsdk:"http_retry_max"`
}

ProviderModel can be used to store data from the Terraform configuration.

Jump to

Keyboard shortcuts

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