Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RetrieveDataAccessListForDataSource ¶
func RetrieveDataAccessListForDataSource(config *AccessSyncConfig, since int64) (string, error)
RetrieveDataAccessListForDataSource fetches the data access right for a specific data source from the Raito backend. It will return 'nil, nil' if no changes happened since the date provided in the 'since' parameter. Use 0 for the 'since' parameter if you want to force the fetching of the data access rights.
Types ¶
type AccessSyncConfig ¶ added in v0.15.0
type AccessSyncConfig struct {
target.BaseTargetConfig
}
Click to show internal directories.
Click to hide internal directories.