access_provider

package
v0.20.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 14, 2022 License: Apache-2.0 Imports: 17 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AccessProviderImportConfig

type AccessProviderImportConfig struct {
	target.BaseTargetConfig
	TargetFile      string
	DeleteUntouched bool
}

type AccessProviderImportResult

type AccessProviderImportResult struct {
	AccessAdded   int `json:"accessAdded"`
	AccessUpdated int `json:"accessUpdated"`
	AccessRemoved int `json:"accessRemoved"`

	Warnings []string `json:"warnings"`
}

type AccessProviderImporter

type AccessProviderImporter interface {
	TriggerImport(jobId string) (job.JobStatus, string, error)
}

func NewAccessProviderImporter

func NewAccessProviderImporter(config *AccessProviderImportConfig, statusUpdater job.TaskEventUpdater) AccessProviderImporter

type DataAccessSync added in v0.16.0

type DataAccessSync struct {
	TargetConfig *target.BaseTargetConfig
	JobId        string
}

func (*DataAccessSync) GetParts added in v0.20.0

func (s *DataAccessSync) GetParts() []job.TaskPart

type QueryResponse added in v0.17.0

type QueryResponse struct {
	Subtask subtaskResponse `json:"subtask"`
}

type Response

type Response struct {
	Response QueryResponse `json:"importAccessProvidersRequest"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL