Xero Linked Service Response
data class XeroLinkedServiceResponse(val annotations: List<Any>? = null, val connectVia: IntegrationRuntimeReferenceResponse? = null, val connectionProperties: Any? = null, val consumerKey: Either<AzureKeyVaultSecretReferenceResponse, SecureStringResponse>? = null, val description: String? = null, val encryptedCredential: String? = null, val host: Any? = null, val parameters: Map<String, ParameterSpecificationResponse>? = null, val privateKey: Either<AzureKeyVaultSecretReferenceResponse, SecureStringResponse>? = null, val type: String, val useEncryptedEndpoints: Any? = null, val useHostVerification: Any? = null, val usePeerVerification: Any? = null)
Xero Service linked service.
Constructors
Link copied to clipboard
fun XeroLinkedServiceResponse(annotations: List<Any>? = null, connectVia: IntegrationRuntimeReferenceResponse? = null, connectionProperties: Any? = null, consumerKey: Either<AzureKeyVaultSecretReferenceResponse, SecureStringResponse>? = null, description: String? = null, encryptedCredential: String? = null, host: Any? = null, parameters: Map<String, ParameterSpecificationResponse>? = null, privateKey: Either<AzureKeyVaultSecretReferenceResponse, SecureStringResponse>? = null, type: String, useEncryptedEndpoints: Any? = null, useHostVerification: Any? = null, usePeerVerification: Any? = null)