identitynow

package
v0.0.0-...-0c40f91 Latest Latest
Warning

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

Go to latest
Published: Dec 16, 2023 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"`
	HttpRetryRelatedTask types.Bool   `tfsdk:"http_retry_related_task"`
}

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

Directories

Path Synopsis
resources

Jump to

Keyboard shortcuts

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