Package version:

Interface ServiceNowLinkedService

ServiceNow server linked service.

Hierarchy

Properties

annotations?: any[]

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

authenticationType: string

The authentication type to use.

clientId?: any

The client id for OAuth2 authentication.

clientSecret?: SecretBaseUnion

The client secret for OAuth2 authentication.

The integration runtime reference.

description?: string

Linked service description.

encryptedCredential?: any

The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string).

endpoint: any

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

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

Parameters for linked service.

Type declaration

password?: SecretBaseUnion

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

type: "ServiceNow"

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

useEncryptedEndpoints?: any

Specifies whether the data source endpoints are encrypted using HTTPS. The default value is true.

useHostVerification?: any

Specifies whether to require the host name in the server's certificate to match the host name of the server when connecting over SSL. The default value is true.

usePeerVerification?: any

Specifies whether to verify the identity of the server when connecting over SSL. The default value is true.

username?: any

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

Generated using TypeDoc