Microsoft Graph connector
Last updated
Last updated
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
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