JiraLinkedService interface

Jira Service linked service.

Extends

Properties

encryptedCredential

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

host

The IP address or host name of the Jira service. (e.g. jira.example.com)

password

The password corresponding to the user name that you provided in the username field.

port

The TCP port that the Jira server uses to listen for client connections. The default value is 443 if connecting through HTTPS, or 8080 if connecting through HTTP.

type

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

useEncryptedEndpoints

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

useHostVerification

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

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

username

The user name that you use to access Jira Service.

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.

version

Version of the linked service.

Property Details

encryptedCredential

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

encryptedCredential?: string

Property Value

string

host

The IP address or host name of the Jira service. (e.g. jira.example.com)

host: any

Property Value

any

password

The password corresponding to the user name that you provided in the username field.

password?: SecretBaseUnion

Property Value

port

The TCP port that the Jira server uses to listen for client connections. The default value is 443 if connecting through HTTPS, or 8080 if connecting through HTTP.

port?: any

Property Value

any

type

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

type: "Jira"

Property Value

"Jira"

useEncryptedEndpoints

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

useEncryptedEndpoints?: any

Property Value

any

useHostVerification

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.

useHostVerification?: any

Property Value

any

usePeerVerification

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

usePeerVerification?: any

Property Value

any

username

The user name that you use to access Jira Service.

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

version

Version of the linked service.

version?: string

Property Value

string

Inherited From LinkedService.version