Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PingOnePlatformConnector ¶
type PingOnePlatformConnector struct {
// contains filtered or unexported fields
}
func PlatformConnector ¶
func PlatformConnector(ctx context.Context, apiClient *pingoneGoClient.Client, apiClientId *string, exportEnvironmentID string) *PingOnePlatformConnector
Utility method for creating a PingOnePlatformConnector
func (*PingOnePlatformConnector) ConnectorServiceName ¶
func (c *PingOnePlatformConnector) ConnectorServiceName() string
func (*PingOnePlatformConnector) Export ¶
func (c *PingOnePlatformConnector) Export(format, outputDir string, overwriteExport bool) error
func (*PingOnePlatformConnector) Login ¶
func (c *PingOnePlatformConnector) Login() error
func (*PingOnePlatformConnector) Logout ¶
func (c *PingOnePlatformConnector) Logout() error
Click to show internal directories.
Click to hide internal directories.