ServiceNowV2LinkedService interface

ServiceNowV2 server linked service.

Extends

Properties

authenticationType

The authentication type to use.

clientId

The client id for OAuth2 authentication.

clientSecret

The client secret for OAuth2 authentication.

encryptedCredential

The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.

endpoint

The endpoint of the ServiceNowV2 server. (i.e. .service-now.com)

grantType

GrantType for OAuth2 authentication. Default value is password.

password

The password corresponding to the user name for Basic and OAuth2 authentication.

type

Polymorphic discriminator, which specifies the different types this object can be

username

The user name used to connect to the ServiceNowV2 server for Basic and OAuth2 authentication.

Inherited Properties

annotations

List of tags that can be used for describing the linked service.

connectVia

The integration runtime reference.

description

Linked service description.

parameters

Parameters for linked service.

Property Details

authenticationType

The authentication type to use.

authenticationType: string

Property Value

string

clientId

The client id for OAuth2 authentication.

clientId?: any

Property Value

any

clientSecret

The client secret for OAuth2 authentication.

clientSecret?: SecretBaseUnion

Property Value

encryptedCredential

The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.

encryptedCredential?: string

Property Value

string

endpoint

The endpoint of the ServiceNowV2 server. (i.e. .service-now.com)

endpoint: any

Property Value

any

grantType

GrantType for OAuth2 authentication. Default value is password.

grantType?: any

Property Value

any

password

The password corresponding to the user name for Basic and OAuth2 authentication.

password?: SecretBaseUnion

Property Value

type

Polymorphic discriminator, which specifies the different types this object can be

type: "ServiceNowV2"

Property Value

"ServiceNowV2"

username

The user name used to connect to the ServiceNowV2 server for Basic and OAuth2 authentication.

username?: any

Property Value

any

Inherited Property Details

annotations

List of tags that can be used for describing the linked service.

annotations?: any[]

Property Value

any[]

Inherited From LinkedService.annotations

connectVia

The integration runtime reference.

connectVia?: IntegrationRuntimeReference

Property Value

Inherited From LinkedService.connectVia

description

Linked service description.

description?: string

Property Value

string

Inherited From LinkedService.description

parameters

Parameters for linked service.

parameters?: {[propertyName: string]: ParameterSpecification}

Property Value

{[propertyName: string]: ParameterSpecification}

Inherited From LinkedService.parameters