Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var HCLImportBlockTemplate string
Embed import block template needed for export generation
Functions ¶
This section is empty.
Types ¶
type Authenticatable ¶
A connector that allows authentication
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
type PingFederateClientInfo ¶
type PingFederateClientInfo struct { ApiClient *pingfederateGoClient.APIClient Context context.Context }
type PingOneClientInfo ¶
Click to show internal directories.
Click to hide internal directories.