Microsoft Graph connector
This connector uses the MS graph API to push and get data.
Below are all the parameters you can specify on this connector.
name
description
connectTimeout
the connection timeout in milliseconds
requestTimeout
the request timeout in milliseconds
url
the URL of the remote system
url_delta
the Delta URL
authorization_url
the authorization url
tenant
the microsoft tenant
clientId
the clientid
clientSecret
the client secret
fixedToken
a fixed token instead of using clientid / secret
filter
a general filter query
Supported functions
Below are the implemented operations on this connector.
name
supported
description
create
yes
implemented with POST
find
yes
implemented with GET on id
search
yes
implemented with GET on /search with searchcriteria
update
yes
implemented with PUT
delete
yes
DELETE on id
disable
no
archive
no
unarchive
no
ping
yes
pings the connection : OPTIONS request
validate configuration
yes
validates the configuration on init
Open issues
...
Last updated