Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


The REST API Connectors' configuration guidelines can be found here.

The REST API Connectors' endpoints can be found here.


Azure Identity Connectors' "type" The ServiceNow connector “type” must always be specified as "azure-identity"“servicenow”.

You must also specify the "artifact" “artifact” parameter that describes the coordinates for the connector, which by default are "comare “com.accenture.aspire:aspire-azure-identity-source".The following  Azure Identity Connectors' properties must always be set to false since these functionalities do not apply: "addHierarchy", "enableFetcher", "enableTextExtract" and "retriesEnabled", servicenow-source”.


Easy Heading Free
navigationTitleOn this Page
navigationExpandOptionexpand-all-by-default

Usage example


Code Block
themeRDark
titlePOST /aspire/_api/credentialsconnectors
{
	"type": "azure-identityservicenow",
	"description": "Azure IdentityServiceNow Connector Test",
	"artifact": "com.accenture.aspire:aspire-azure-identityservicenow-source",
	"properties": {
		"debug": true,
		"wDebug": false,
		"enableStatistics": false,
		"infoCacheSize": 100,
		"mapCacheSize": 100,
		"setCacheSize": 100,
		"identityCacheSize": 100,
		"enableFetcher": false,
		"enableTextExtract": falsetrue,
		"enable-non-text-filter": true,
		"enableFetchForNonText": true,
		"non-text-document": true,
		"nonTextDocumentsExtensions": "jpg,jpeg,gif,png,tif,mp3,mp4,mpg,mpeg,avi,mkv,wav,bmp,swf,war,rar,tgz,dll,exe,class",
		"metadataMap": [
			{
				"from": "fieldA",
				"to": "destA"
			},
			{
				"from": "fieldB",
				"to": "destB"
			}
		],
		"addHierarchy": falsetrue,
		"scanThreads": 10,
		"scanQueue": 50,
		"processThreads": 20,
		"processQueue": 200,
		"deleteCompleteQueueEntries": false,
		"flushSyncTime": "15s",
		"deleteCheckAfterErrors": "ALWAYS",
		"maxIdentitiesTimestamp": 3,
		"workflowErrorTolerant": true,
		"retriesEnabled": falsetrue
	}
}



Disable checkingPremium suggestions