Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var HCLImportBlockTemplate string
Embed import block template needed for export generation
View Source
var HCLImportHeaderTemplate string
Functions ¶
This section is empty.
Types ¶
type Authenticatable ¶
A connector that allows authentication
type ClientInfo ¶ added in v0.5.0
type ClientInfo struct {
PingFederateApiClient *pingfederateGoClient.APIClient
PingFederateContext context.Context
PingOneApiClient *pingoneGoClient.Client
PingOneApiClientId string
PingOneContext context.Context
PingOneExportEnvironmentID string
}
type Exportable ¶
type Exportable interface {
Export(format, outputDir string, overwriteExport bool) error
ConnectorServiceName() string
}
A connector that allows exporting configuration
type ExportableResource ¶
type ExportableResource interface {
ExportAll() (*[]ImportBlock, error)
ResourceType() string
}
A connector that allows exporting configuration
type ImportBlock ¶
type ImportBlock struct {
CommentInformation string
ResourceType string
ResourceName string
ResourceID string
}
func (*ImportBlock) Equals ¶
func (b *ImportBlock) Equals(a ImportBlock) bool
func (*ImportBlock) Sanitize ¶
func (b *ImportBlock) Sanitize()
func (*ImportBlock) String ¶
func (b *ImportBlock) String() string
Click to show internal directories.
Click to hide internal directories.