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