Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BuildParameterMapFromArguments ¶ added in v0.60.0
Types ¶
type BaseConfig ¶
type BaseConfig struct { ConfigMap ApiUser string ApiSecret string Domain string BaseLogger hclog.Logger HealthChecker health_check.HealthChecker OtherArgs []string }
func (*BaseConfig) ReloadConfig ¶ added in v0.60.0
func (c *BaseConfig) ReloadConfig() error
type BaseTargetConfig ¶
type BaseTargetConfig struct { BaseConfig ConnectorName string ConnectorVersion string Name string DataSourceId string IdentityStoreId string SkipIdentityStoreSync bool SkipDataSourceSync bool SkipDataAccessSync bool SkipDataUsageSync bool SkipResourceProvider bool SkipTagSync bool LockAllWho bool LockAllInheritance bool LockAllWhat bool LockAllNames bool LockAllDelete bool LockAllOwners bool MakeNotInternalizable string TagOverwriteKeyForAccessProviderName string TagOverwriteKeyForAccessProviderOwners string TagOverwriteKeyForDataObjectOwners string OnlyOutOfSyncData bool SkipDataAccessImport bool DeleteUntouched bool DeleteTempFiles bool ReplaceGroups bool DataObjectParent *string DataObjectExcludes []string DataObjectEnrichers []*EnricherConfig TargetLogger hclog.Logger }
type ConfigMap ¶
func (*ConfigMap) ToProtobufConfigMap ¶
Click to show internal directories.
Click to hide internal directories.