Documentation
¶
Index ¶
- func SetMetaData(config target.BaseTargetConfig, metadata identity_store.MetaData) error
- type IdentityStoreImportConfig
- type IdentityStoreImportResult
- type IdentityStoreImporter
- type IdentityStoreSync
- func (s *IdentityStoreSync) GetParts() []job.TaskPart
- func (s *IdentityStoreSync) GetResultObject() interface{}
- func (s *IdentityStoreSync) ProcessResults(results interface{}) error
- func (s *IdentityStoreSync) StartSyncAndQueueTaskPart(client plugin.PluginClient, statusUpdater job.TaskEventUpdater) (job.JobStatus, string, error)
- type QueryResponse
- type Response
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SetMetaData ¶ added in v0.24.0
func SetMetaData(config target.BaseTargetConfig, metadata identity_store.MetaData) error
Types ¶
type IdentityStoreImportResult ¶
type IdentityStoreImportResult struct {
UsersAdded int `json:"usersAdded"`
UsersUpdated int `json:"usersUpdated"`
UsersRemoved int `json:"usersRemoved"`
GroupsAdded int `json:"groupsAdded"`
GroupsUpdated int `json:"groupsUpdated"`
GroupsRemoved int `json:"groupsRemoved"`
Warnings []string `json:"warnings"`
}
type IdentityStoreImporter ¶
func NewIdentityStoreImporter ¶
func NewIdentityStoreImporter(config *IdentityStoreImportConfig, statusUpdater job.TaskEventUpdater) IdentityStoreImporter
type IdentityStoreSync ¶ added in v0.16.0
type IdentityStoreSync struct {
TargetConfig *target.BaseTargetConfig
JobId string
}
func (*IdentityStoreSync) GetParts ¶ added in v0.20.0
func (s *IdentityStoreSync) GetParts() []job.TaskPart
func (*IdentityStoreSync) GetResultObject ¶ added in v0.16.0
func (s *IdentityStoreSync) GetResultObject() interface{}
func (*IdentityStoreSync) ProcessResults ¶ added in v0.16.0
func (s *IdentityStoreSync) ProcessResults(results interface{}) error
func (*IdentityStoreSync) StartSyncAndQueueTaskPart ¶ added in v0.20.0
func (s *IdentityStoreSync) StartSyncAndQueueTaskPart(client plugin.PluginClient, statusUpdater job.TaskEventUpdater) (job.JobStatus, string, error)
type QueryResponse ¶ added in v0.16.0
type QueryResponse struct {
Subtask subtaskResponse `json:"subtask"`
}
type Response ¶
type Response struct {
Respose QueryResponse `json:"importIdentityRequest"`
}
Click to show internal directories.
Click to hide internal directories.