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 Credentials Properties


username
FieldRequiredDefaultMultipleNotesExample
propertiesYes-NoConfiguration object
useCredentialsProviderChainYes-NoIf set to true, it uses the the AWS Credentials Provider Chain. If set to true, accessKey and a secretKey must be specified.true/false
accessKeyYes-NoThe key used to access the Amazon Web Services."AKIAQYO33D7WIS4M55NN"
secretKeyThe username to be used to connect to the ServiceNow server."john.doe"passwordYes-NoThe password to be used to connect to the ServiceNow serversecret key for the specified access key."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"
   	}
}