XeroLinkedService interface
Xero 服务链接服务。
属性
| connection |
用于连接到 Xero 的属性。 它与链接服务中的其他任何属性互斥。 类型:对象。 |
| consumer |
与 Xero 应用程序关联的使用者密钥。 |
| encrypted |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
| host | Xero 服务器的终结点。 (即 api.xero.com) |
| private |
为 Xero 专用应用程序生成的 .pem 文件中的私钥。 必须包括 .pem 文件中的所有文本,包括 Unix 行结尾()。 |
| type | 多态鉴别器,它指定此对象可以的不同类型的 |
| use |
指定是否使用 HTTPS 加密数据源终结点。 默认值为 true。 |
| use |
指定是否要求服务器证书中的主机名与通过 SSL 连接时服务器的主机名匹配。 默认值为 true。 |
| use |
指定是否通过 SSL 连接时验证服务器的标识。 默认值为 true。 |
继承属性
| annotations | 可用于描述链接服务的标记列表。 |
| connect |
集成运行时参考。 |
| description | 链接服务说明。 |
| parameters | 链接服务的参数。 |
| version | 链接服务的版本。 |
属性详细信息
connectionProperties
用于连接到 Xero 的属性。 它与链接服务中的其他任何属性互斥。 类型:对象。
connectionProperties?: any
属性值
any
consumerKey
encryptedCredential
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。
encryptedCredential?: string
属性值
string
host
Xero 服务器的终结点。 (即 api.xero.com)
host?: any
属性值
any
privateKey
为 Xero 专用应用程序生成的 .pem 文件中的私钥。 必须包括 .pem 文件中的所有文本,包括 Unix 行结尾()。
privateKey?: SecretBaseUnion
属性值
type
多态鉴别器,它指定此对象可以的不同类型的
type: "Xero"
属性值
"Xero"
useEncryptedEndpoints
指定是否使用 HTTPS 加密数据源终结点。 默认值为 true。
useEncryptedEndpoints?: any
属性值
any
useHostVerification
指定是否要求服务器证书中的主机名与通过 SSL 连接时服务器的主机名匹配。 默认值为 true。
useHostVerification?: any
属性值
any
usePeerVerification
指定是否通过 SSL 连接时验证服务器的标识。 默认值为 true。
usePeerVerification?: any
属性值
any
继承属性详细信息
annotations
connectVia
集成运行时参考。
connectVia?: IntegrationRuntimeReference
属性值
description
parameters
链接服务的参数。
parameters?: {[propertyName: string]: ParameterSpecification}
属性值
{[propertyName: string]: ParameterSpecification}