Versions Compared

Key

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


REST API Credentials configuration guidelines can be found here.

ServiceNow Amazon S3 Connector's Credentials type must always be specified as "servicenows3".

Properties specific to the ServiceNow Amazon S3 Connector's Credentials are described below.


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

ServiceNow

Amazon S3 Credentials Properties


FieldRequiredDefaultMultipleNotesExample
propertiesYes-NoConfiguration object
useCredentialsProviderChainNofalseNoIf set to true, it uses the AWS Credentials Provider Chain. If set to true, accessKey and a secretKey must be specified.true/false
accessKeyNousernameYes-NoThe username to be key used to connect to the ServiceNow serveraccess the Amazon Web Services. Required if useCredentialsProviderChain is false."john.doeAKIAQYO33D7WIS4M55NN"
passwordsecretKeyYesNo-NoThe password to be used to connect to the ServiceNow serversecret key for the specified access key. Required if useCredentialsProviderChain is false."myPasswordmySecretKey"

Create example


Code Block
themeRDark
titlePOST /aspire/_api/credentials
{
  	"type": "servicenows3",
  	"description": "ServiceNowS3 Credentials Test",
   	"properties": {
		"useCredentialsProviderChain": 
       "usernamefalse,
		"accessKey": "john.doeAKIAQYO33D7WIS4M55NN",
        "password		"secretKey": "myPasswordmySecretKey"
   	}
}