client

package
v0.28.0 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct {
	API           *pingone.Client
	GlobalOptions *GlobalOptions
}

type Config

type Config struct {
	ClientID             string
	ClientSecret         string
	EnvironmentID        string
	AccessToken          string
	Region               string
	APIHostnameOverride  *string
	AuthHostnameOverride *string
	ProxyURL             *string
	GlobalOptions        *GlobalOptions
}

func (*Config) APIClient

func (c *Config) APIClient(ctx context.Context, version string) (*Client, error)

type EnvironmentOptions added in v0.27.0

type EnvironmentOptions struct {
	ProductionTypeForceDelete bool
}

type GlobalOptions added in v0.27.0

type GlobalOptions struct {
	Environment *EnvironmentOptions
	Population  *PopulationOptions
}

type PopulationOptions added in v0.27.0

type PopulationOptions struct {
	ContainsUsersForceDelete bool
}

Jump to

Keyboard shortcuts

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