connector

package
v0.0.4 Latest Latest
Warning

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

Go to latest
Published: Jan 20, 2024 License: Apache-2.0 Imports: 20 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AuthenticationMethod

type AuthenticationMethod func(tenantId, clientId string) (azcore.TokenCredential, error)

func WithClientCertificate

func WithClientCertificate(clientCertificatePath string) AuthenticationMethod

func WithClientSecret

func WithClientSecret(clientSecret string) AuthenticationMethod

type MS365

type MS365 struct {
	// contains filtered or unexported fields
}

func New

func New(ctx context.Context, tenantId, clientId string, auth AuthenticationMethod) (*MS365, error)

New returns a new instance of the connector.

func (*MS365) Asset

func (d *MS365) Asset(ctx context.Context, asset *v2.AssetRef) (string, io.ReadCloser, error)

Asset takes an input AssetRef and attempts to fetch it using the connector's authenticated http client It streams a response, always starting with a metadata object, following by chunked payloads for the asset.

func (*MS365) Metadata

func (d *MS365) Metadata(ctx context.Context) (*v2.ConnectorMetadata, error)

Metadata returns metadata about the connector.

func (*MS365) ResourceSyncers

func (d *MS365) ResourceSyncers(ctx context.Context) []connectorbuilder.ResourceSyncer

ResourceSyncers returns a ResourceSyncer for each resource type that should be synced from the upstream service.

func (*MS365) Validate

func (d *MS365) Validate(ctx context.Context) (annotations.Annotations, error)

Validate is called to ensure that the connector is properly configured. It should exercise any API credentials to be sure that they are valid.

Jump to

Keyboard shortcuts

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