client

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Jul 17, 2024 License: MPL-2.0 Imports: 4 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
	RegionCode           *management.EnumRegionCode
	APIHostnameOverride  *string
	AuthHostnameOverride *string
	ProxyURL             *string
	GlobalOptions        *GlobalOptions
	UserAgentAppend      *string
}

func (*Config) APIClient

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

type EnvironmentOptions added in v0.27.0

type EnvironmentOptions struct{}

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